Update nginx/nginx.conf
This commit is contained in:
parent
5ccf155f5c
commit
ba5b411f25
|
@ -40,6 +40,9 @@ http {
|
||||||
# Click tracking!
|
# Click tracking!
|
||||||
access_log logs/access.log main;
|
access_log logs/access.log main;
|
||||||
|
|
||||||
|
# Hide nginx version
|
||||||
|
server_tokens off;
|
||||||
|
|
||||||
# ~2 seconds is often enough for HTML/CSS, but connections in
|
# ~2 seconds is often enough for HTML/CSS, but connections in
|
||||||
# Nginx are cheap, so generally it's safe to increase it
|
# Nginx are cheap, so generally it's safe to increase it
|
||||||
keepalive_timeout 20;
|
keepalive_timeout 20;
|
||||||
|
|
Loading…
Reference in New Issue