diff options
-rw-r--r-- | roles/webserver/files/user_conf.d/server_names_hash_bucket_size.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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; |