mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor traefik.yml to fix routing rules for resume and blog subdomains
This commit is contained in:
@@ -266,14 +266,14 @@ http:
|
||||
redirect-resume:
|
||||
redirectRegex:
|
||||
regex: "^https://resume.furyhawk.lol/(.*)"
|
||||
replacement: "https://info.furyhawk.lol/resume/"
|
||||
replacement: "https://info.furyhawk.lol/resume/${1}"
|
||||
permanent: true
|
||||
|
||||
redirect-blog:
|
||||
# https://docs.traefik.io/master/middlewares/redirectscheme/
|
||||
redirectregex:
|
||||
regex: "^https://blog.furyhawk.lol/(.*)"
|
||||
replacement: "https://furyhawk.github.io/124c41/"
|
||||
replacement: "https://furyhawk.github.io/124c41/${1}"
|
||||
permanent: true
|
||||
|
||||
neo4j_strip:
|
||||
|
||||
Reference in New Issue
Block a user