mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 14:25:46 +00:00
feat: enable proxy_buffering
This commit is contained in:
@ -556,7 +556,6 @@ If you want to replace the default proxy settings for the nginx container, add a
|
||||
```Nginx
|
||||
# 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;
|
||||
|
Reference in New Issue
Block a user