Merge pull request h5bp/server-configs#89 from nvartolomei/master

Hide nginx version
This commit is contained in:
Andy Dawson 2012-10-24 13:57:43 -07:00
commit 1c7c4c7911
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ http {
# Click tracking!
access_log logs/access.log main;
# Hide nginx version
server_tokens off;
# ~2 seconds is often enough for HTML/CSS, but connections in
# Nginx are cheap, so generally it's safe to increase it
keepalive_timeout 20;