Merge pull request #3331 from thomasmckay/1286-nginx-names
1286 - increase nginx server name length
This commit is contained in:
commit
a1caefcabe
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ http {
|
|||
include hosted-http-base.conf;
|
||||
include rate-limiting.conf;
|
||||
|
||||
server_names_hash_bucket_size 64;
|
||||
|
||||
resolver 127.0.0.1 valid=10s;
|
||||
|
||||
vhost_traffic_status_zone;
|
||||
|
|
Reference in a new issue