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:
parent
3de0164fd9
commit
3f074f693f
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue