Update Traefik configuration to include wss protocol in sslProxyHeaders

This commit is contained in:
2024-04-24 16:51:54 +08:00
parent c520527924
commit b96ac543aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ http:
# https://docs.traefik.io/master/middlewares/headers/ # https://docs.traefik.io/master/middlewares/headers/
headers: headers:
sslProxyHeaders: sslProxyHeaders:
X-Forwarded-Proto: "https" X-Forwarded-Proto: "https,wss"
sslRedirect: true sslRedirect: true
no-www: no-www:
redirectRegex: redirectRegex: