website/docs: Re-introduce Websockets for nginx proxy manager (#14525)

Re-introduce Websocks for nginx proxy manager

Signed-off-by: HeySora <github@heysora.net>
This commit is contained in:
HeySora
2025-07-05 13:31:53 +02:00
committed by GitHub
parent 392011cac4
commit 8fc744fb56

View File

@@ -14,6 +14,10 @@ location / {
# Set any other headers your application might need
# proxy_set_header Host $host;
# proxy_set_header ...
# Support for websocket
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
##############################
# authentik-specific config