mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
added http to https traefik forward
This commit is contained in:
parent
8995a35f70
commit
46cdf93fd5
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ services:
|
|||
- "traefik.http.routers.dashboard.middlewares=auth"
|
||||
- "traefik.http.middlewares.auth.basicauth.usersfile=/users.htpasswd"
|
||||
- "traefik.http.routers.dashboard.service=api@internal"
|
||||
- "traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto=https"
|
||||
- "traefik.http.routers.proxy-https.entrypoints=web-secure"
|
||||
- "traefik.http.routers.proxy-https.rule=Host(`${MYDOMAIN}`)"
|
||||
|
||||
logging:
|
||||
driver: "json-file"
|
||||
|
|
Loading…
Add table
Reference in a new issue