浏览代码

Merge pull request #2358 from nginx-proxy/proxy_buffering

feat: enable proxy_buffering
Nicolas Duchon 1 年之前
父节点
当前提交
795cc1332b
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      docs/README.md
  2. 0 1
      nginx.tmpl

+ 0 - 1
docs/README.md

@@ -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;

+ 0 - 1
nginx.tmpl

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