From b128701ed6ef56027aef0d7bf53bc047925b505a Mon Sep 17 00:00:00 2001 From: yackob03 Date: Fri, 31 Jan 2014 19:20:35 -0500 Subject: [PATCH] Forgot to move one of the nginx dirs. --- conf/server-base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/server-base.conf b/conf/server-base.conf index 9cf78f802..f37d83bba 100644 --- a/conf/server-base.conf +++ b/conf/server-base.conf @@ -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; } \ No newline at end of file