nginx: hide version

This commit is contained in:
Markus 2020-06-18 22:39:30 +02:00
parent 488fb29275
commit c2b529345e
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;

View File

@ -12,7 +12,7 @@ server {
location / {
return 301 https://$host$request_uri;
}
}
}
server {