Do not leak nginx version in HTTP header (#270)

This commit is contained in:
Cpt. Foo
2016-10-11 16:24:56 +02:00
committed by Raphael Michel
parent 9db333bf80
commit 477966b429
+1
View File
@@ -8,6 +8,7 @@ events {
}
http {
server_tokens off;
sendfile on;
charset utf-8;
tcp_nopush on;