diff --git a/nginx.conf b/nginx.conf index 7914d41..c0a6f5f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,11 +10,6 @@ http { listen 127.0.0.1:8090; access_log nginx/access_log; - client_body_temp_path nginx/client_body; - proxy_temp_path nginx/proxy; - fastcgi_temp_path nginx/fastcgi 1 2; - uwsgi_temp_path nginx/uwsgi; - scgi_temp_path nginx/scgi; include /etc/nginx/mime.types; default_type application/octet-stream;