Drop unused nginx.conf directives.

This commit is contained in:
Justus Winter 2019-02-22 00:37:05 +01:00
parent 3de0164fd9
commit 3f074f693f
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 0 additions and 5 deletions

View File

@ -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;