1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

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

View file

@ -10,11 +10,6 @@ http {
listen 127.0.0.1:8090; listen 127.0.0.1:8090;
access_log nginx/access_log; 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; include /etc/nginx/mime.types;
default_type application/octet-stream; default_type application/octet-stream;