web: improve nginx configuration

* Enable http2 by default
* Disable server_tokens by default
This commit is contained in:
Amin Vakil
2020-04-15 14:39:28 +04:30
committed by GitHub
parent 2dd6b99191
commit b95c95de0e
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
# server_tokens off;
server_tokens off;
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;