From 3f074f693fe2232d8de634315b552076c7fc49ed Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 22 Feb 2019 00:37:05 +0100 Subject: [PATCH] Drop unused nginx.conf directives. --- nginx.conf | 5 ----- 1 file changed, 5 deletions(-) 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;