Skip to content

Commit eba4ea4

Browse files
committed
Increase hash bucket size to allow long server names
1 parent 84abb16 commit eba4ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/data/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ http {
3636

3737
# [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
3838
# https://stackoverflow.com/questions/26357487/
39-
server_names_hash_bucket_size 64;
39+
server_names_hash_bucket_size 128;
4040

4141

4242
# -------------------------------------------------------------------------------

0 commit comments

Comments
 (0)