nginx: server_names_hash_bucket_size 128;

This commit is contained in:
Miraty 2023-05-05 19:44:03 +02:00
parent 667c40afca
commit ae67dba4ea
1 changed files with 1 additions and 0 deletions

View File

@ -57,4 +57,5 @@ http {
include sites/*.conf;
absolute_redirect off;
server_names_hash_bucket_size 128;
}