nginx: [warn] could not build optimal proxy_headers_hash, you should increase either proxy_headers_h


http {
    proxy_headers_hash_bucket_size 1024;
    types_hash_bucket_size 1024;
    #server_tokens off;
    more_clear_headers Server;
    include       mime.types;
    default_type  application/octet-stream;

(9条消息) 关于Nginx,在日常工作中你可能用到的操作就这些了_普通网友的博客-CSDN博客