Peopleware
Friday, April 15, 2016
Fix nginx increase server_names_hash_bucket_size error
You need to add this flag in the http context:
http {
server_names_hash_bucket_size 64;
...
}
Home
Subscribe to:
Posts (Atom)