Merge pull request #3112 from yixingjia/nginx_temp_path

Try to fix some wired permission error
This commit is contained in:
yixingjia 2017-08-25 20:32:56 -07:00 committed by GitHub
commit 8f34945d4b
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,8 @@ http {
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;
}
location /service/ {

View File

@ -83,6 +83,8 @@ http {
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;
}
location /service/ {