Merge pull request #1 from horazont/feature/server-name-hash

Fix nginx not configuring on some domains
This commit is contained in:
Matthew Wild 2021-02-01 17:03:36 +00:00 committed by GitHub
commit ba073262e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ http {
types_hash_max_size 2048;
# server_tokens off;
# server_names_hash_bucket_size 64;
server_names_hash_bucket_size 64;
# server_name_in_redirect off;
include /etc/nginx/mime.types;