Merge pull request #3331 from thomasmckay/1286-nginx-names

1286 - increase nginx server name length
This commit is contained in:
Joseph Schorr 2019-01-15 15:30:35 -05:00 committed by GitHub
commit a1caefcabe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;