nginx: [warn] could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size

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博客

posted @ 2022-04-29 16:52  littlevigra  阅读(5529)  评论(0编辑  收藏  举报