fix: increase nginx transport security

This commit is contained in:
Rainer Killinger
2019-02-27 16:28:50 +00:00
committed by Rainer Killinger
parent 5f969c53f6
commit 8fe6a2795f
6 changed files with 75 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
@@ -20,10 +19,8 @@ http {
sendfile on;
#tcp_nopush on;
gzip on;
keepalive_timeout 65;
gzip on;
include /etc/nginx/conf.d/*;
}