Skip to content
Snippets Groups Projects
Verified Commit 9128360a authored by David Beniamine's avatar David Beniamine
Browse files

Add x-forwarded-proto middleware

parent cac9f6ce
Branches
Tags
No related merge requests found
......@@ -34,6 +34,7 @@ services:
- "traefik.http.middlewares.hardening.headers.stsPreload=true"
- "traefik.http.middlewares.hardening.headers.referrerPolicy=no-referrer"
- "traefik.http.middlewares.hardening.headers.customFrameOptionsValue=SAMEORIGIN"
- "traefik.http.middlewares.xforwardedproto.headers.customrequestheaders.X-Forwarded-Proto=https"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment