Add hint and another variable

This commit is contained in:
phil 2023-03-11 21:25:09 +01:00
parent d3b3576815
commit c9c8b4b921
2 changed files with 8 additions and 2 deletions

View file

@ -20,7 +20,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
server_tokens off;
server_tokens {{ nginx_server_token | default(off) }};
map_hash_max_size 4096;
map_hash_bucket_size 128;