Update ingress_params.conf

This commit is contained in:
Alexandre
2026-01-30 09:05:04 +01:00
committed by GitHub
parent 6238f314f4
commit 53aeada3fd

View File

@@ -9,11 +9,3 @@ sub_filter 'src="/' 'src="%%ingress_entry%%/';
proxy_buffering off;
proxy_request_buffering off;
proxy_cache off;
# Next three lines allow websockets
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;