Merge pull request #3148 from yixingjia/disabel_nginx_buffer

disable nginx buffer
This commit is contained in:
Daniel Jiang 2017-09-01 19:38:19 +08:00 committed by GitHub
commit 9bb6f7e712
2 changed files with 4 additions and 14 deletions

View File

@ -59,13 +59,8 @@ http {
# When setting up Harbor behind other proxy, such as an Nginx instance, remove the below line if the proxy already has similar settings.
proxy_set_header X-Forwarded-Proto $$scheme;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
client_body_temp_path /tmp/nginx_client_body_temp;
proxy_temp_path /tmp/nginx_proxy_temp;
proxy_buffering off;
proxy_request_buffering off;
}
location /service/ {

View File

@ -78,13 +78,8 @@ http {
# When setting up Harbor behind other proxy, such as an Nginx instance, remove the below line if the proxy already has similar settings.
proxy_set_header X-Forwarded-Proto $$scheme;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
client_body_temp_path /tmp/nginx_client_body_temp;
proxy_temp_path /tmp/nginx_proxy_temp;
proxy_buffering off;
proxy_request_buffering off;
}
location /service/ {