From 8720a709b69d4f5c769beca79998d142b8278a34 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 13 Feb 2024 23:31:51 +0100 Subject: nginx: add config to increate server names hash bucket --- roles/webserver/files/user_conf.d/server_names_hash_bucket_size.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/webserver/files/user_conf.d/server_names_hash_bucket_size.conf diff --git a/roles/webserver/files/user_conf.d/server_names_hash_bucket_size.conf b/roles/webserver/files/user_conf.d/server_names_hash_bucket_size.conf new file mode 100644 index 0000000..50016af --- /dev/null +++ b/roles/webserver/files/user_conf.d/server_names_hash_bucket_size.conf @@ -0,0 +1,2 @@ +# https://stackoverflow.com/questions/13895933/nginx-emerg-could-not-build-the-server-names-hash-you-should-increase-server +server_names_hash_bucket_size 64; -- cgit v1.2.3