Increase hash bucket size for larger hostnames.

This commit is contained in:
Kavin
2023-01-09 23:37:01 +00:00
committed by GitHub
parent 113e0da985
commit 281f6a264b
+2
View File
@@ -14,6 +14,8 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
server_names_hash_bucket_size 128;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';