Bump server_names_hash_bucket_size to 128 to avoid nginx exploding for stupid reasons

This commit is contained in:
Alexandre Aubin 2020-05-27 17:10:39 +02:00
parent d24f317d58
commit b3db4d92fc

View file

@ -1,3 +1,3 @@
lua_shared_dict cache 10m;
init_by_lua_file /usr/share/ssowat/init.lua;
server_names_hash_bucket_size 64;
server_names_hash_bucket_size 128;