Add minor variablilization for service fefan and bookshelf
This commit is contained in:
@@ -21,6 +21,23 @@ http:
|
||||
- redirect-errors
|
||||
%{~ endfor }
|
||||
%{~ endfor }
|
||||
aldon-http:
|
||||
rule: "Host(`aldon.fr`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redirect-to-aldon
|
||||
service: noop
|
||||
aldon:
|
||||
rule: "Host(`aldon.fr`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: noop
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
middlewares:
|
||||
- redirect-to-aldon
|
||||
- redirect-errors
|
||||
nextcloud:
|
||||
rule: "Host(`nextcloud.aldon.fr`)"
|
||||
entryPoints:
|
||||
@@ -114,6 +131,11 @@ http:
|
||||
servers:
|
||||
- url: "http://127.0.0.1:8090"
|
||||
middlewares:
|
||||
redirect-to-aldon:
|
||||
redirectRegex:
|
||||
regex: "^https?://aldon.fr/(.*)"
|
||||
replacement: "https://julien.aldon.fr/$1"
|
||||
permanent: true
|
||||
redirect-to-https:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
|
||||
Reference in New Issue
Block a user