Forgot to move one of the nginx dirs.
This commit is contained in:
parent
9db63a505f
commit
b128701ed6
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ location / {
|
|||
|
||||
proxy_pass http://app_server;
|
||||
proxy_read_timeout 2000;
|
||||
proxy_temp_path /mnt/nginx/proxy_temp 1 2;
|
||||
proxy_temp_path /mnt/logs/proxy_temp 1 2;
|
||||
}
|
Reference in a new issue