Merge pull request h5bp/server-configs#89 from nvartolomei/master
Hide nginx version
This commit is contained in:
commit
1c7c4c7911
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue