Merge pull request #858 from progrium/857-disable-server-tokens

Disable server tokens in nginx. Closes #857
This commit is contained in:
Jose Diaz-Gonzalez
2015-01-03 22:12:22 -05:00
2 changed files with 11 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ events {
}
http {
server_tokens off;
sendfile on;
tcp_nopush on;
tcp_nodelay on;