Update nginx/nginx.conf

This commit is contained in:
nvartolomei 2012-09-05 18:38:16 +03:00
parent 5ccf155f5c
commit ba5b411f25
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;