feat: enable proxy_buffering
This commit is contained in:
parent
4a8aa5db67
commit
5c1db95551
2 changed files with 0 additions and 2 deletions
|
@ -556,7 +556,6 @@ If you want to replace the default proxy settings for the nginx container, add a
|
||||||
```Nginx
|
```Nginx
|
||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_buffering off;
|
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $proxy_connection;
|
proxy_set_header Connection $proxy_connection;
|
||||||
|
|
|
@ -402,7 +402,6 @@ include /etc/nginx/proxy.conf;
|
||||||
{{- else }}
|
{{- else }}
|
||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_buffering off;
|
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $proxy_connection;
|
proxy_set_header Connection $proxy_connection;
|
||||||
|
|
Loading…
Reference in a new issue