| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'conf/nginx.conf')
| -rw-r--r-- | conf/nginx.conf | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/conf/nginx.conf b/conf/nginx.conf index 8ac97c0..f112ff2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -47,7 +47,6 @@ http {  #      listen 127.0.0.1;        listen *:80;        server_name localhost; -        access_log /var/log/nginx/localhost.access_log main;        error_log /var/log/nginx/localhost.error_log info; @@ -62,6 +61,8 @@ http {           proxy_set_header Host $host;           proxy_set_header X-Real-IP $remote_addr;           proxy_pass http://127.0.0.1:8000; + +         client_body_temp_path /tmp/nginx_rbf;        }     } | 


