mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +01:00
Merge pull request #3112 from yixingjia/nginx_temp_path
Try to fix some wired permission error
This commit is contained in:
commit
8f34945d4b
@ -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/ {
|
||||
|
@ -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/ {
|
||||
|
Loading…
Reference in New Issue
Block a user