adding headers for guacamole

This commit is contained in:
Jon Alter 2022-03-16 19:00:37 -07:00
commit 2b0cec0b32

View file

@ -37,5 +37,8 @@ server {
proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_buffering off; proxy_buffering off;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
} }
} }