server_tokens should be set in conf.d

This commit is contained in:
Andy 2016-05-20 15:48:39 +02:00
parent d4a30111b1
commit b4fb76581d
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

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