mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
feat: disable proxy buffers in docker nginx config
This commit is contained in:
parent
f0856239c3
commit
6e83e92c4b
@ -1,6 +1,11 @@
|
|||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
|
|
||||||
|
# Disable buffering of responses from the proxied server
|
||||||
|
proxy_buffering off;
|
||||||
|
# Disable buffering of client request body
|
||||||
|
proxy_request_buffering off;
|
||||||
|
|
||||||
# Proxy headers
|
# Proxy headers
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
Loading…
Reference in New Issue
Block a user