hide nginx version

This commit is contained in:
Andy 2016-04-20 19:22:45 +02:00
parent e5b9471ec1
commit fe1bea2ea7
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -20,5 +20,6 @@ http {
sendfile on;
keepalive_timeout 65;
gzip on;
server_tokens off;
include conf.d/*.conf;
}