Remove off proxy buffering

This commit is contained in:
KuongKnight 2023-04-27 13:42:17 +07:00 committed by GitHub
parent 83ddc6a239
commit 744c651abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,6 @@ include /etc/nginx/proxy.conf;
{{ else }}
# HTTP 1.1 support
proxy_http_version 1.1;
proxy_buffering off;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $proxy_connection;