mirror of
https://github.com/goauthentik/authentik
synced 2026-04-30 19:37:25 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user