[emerg]: could not build the proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64 解決辦法就是在配置文件中新增以下配置項: 復(fù)制代碼代碼如下: proxy_headers_hash_max_size 51200; proxy_headers_hash_bucket_size 6400; 這兩個配置項...