rule firefly
This commit is contained in:
parent
da99532097
commit
37de6f2b29
@ -22,7 +22,7 @@ http:
|
||||
service: "service-firefly"
|
||||
tls: {}
|
||||
middlewares:
|
||||
- stripprefixregex
|
||||
- stripprefixregex-firefly
|
||||
router-homepage:
|
||||
rule: "Host(`huguettes.freeboxos.fr`) && Path(`/home`)"
|
||||
service: "service-homepage"
|
||||
@ -71,6 +71,11 @@ http:
|
||||
stripPrefixRegex:
|
||||
regex:
|
||||
- "/[a-z0-9]+/"
|
||||
stripprefixregex-firefly:
|
||||
stripPrefix:
|
||||
prefixes:
|
||||
- "/firefly"
|
||||
|
||||
redirectregex-gitea:
|
||||
redirectRegex:
|
||||
regex: "^https://(.*)/(.*)"
|
||||
|
Loading…
Reference in New Issue
Block a user