increased bucket size for nginx

This commit is contained in:
Actaeus Curabitur 2022-08-01 16:13:26 -05:00
parent 85a9495aeb
commit 63e8be257b

View file

@ -15,6 +15,7 @@ events {
http { http {
server_names_hash_bucket_size 64;
include mime.types; include mime.types;
default_type application/octet-stream; default_type application/octet-stream;