Simplify basic nginx config

This commit is contained in:
Disassembler 2018-01-02 11:18:47 +01:00
parent e592bfb7d6
commit 0e74e6541f

View File

@ -9,7 +9,7 @@ events {
} }
http { http {
include /etc/nginx/mime.types; include mime.types;
default_type application/octet-stream; default_type application/octet-stream;
server_tokens off; server_tokens off;