Simplify basic nginx config
This commit is contained in:
parent
e592bfb7d6
commit
0e74e6541f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user