rules
This commit is contained in:
parent
2c877170fa
commit
09cf7785d0
@ -1,13 +1,13 @@
|
||||
http:
|
||||
routers:
|
||||
router-dsm:
|
||||
rule: "Host(`huguettes.freeboxos.fr`) && PathRegexp(`(/nas|/photo|/file|/drive|/note)`)"
|
||||
rule: "Host(`huguettes.freeboxos.fr`) && PathRegexp(`(/nas|/photo|/file|/drive|/note|?launchApp.*)`)"
|
||||
service: "service-dsm"
|
||||
tls: {}
|
||||
middlewares:
|
||||
- replacepathregex-nas
|
||||
router-dsm-2:
|
||||
rule: "Host(`huguette.ovh`) && PathRegexp(`(/nas|/photo|/file|/drive|/note)`)"
|
||||
rule: "Host(`huguette.ovh`) && PathRegexp(`(/nas|/photo|/file|/drive|/note|?launchApp.*)`)"
|
||||
service: "service-dsm"
|
||||
tls:
|
||||
certResolver: myresolver
|
||||
|
Loading…
Reference in New Issue
Block a user