摘要: Nginx proxy_set_header等参数设置 一、不设置 proxy_set_header Host 不设置 proxy_set_header Host 时,浏览器直接访问 nginx,获取到的 Host 是 proxy_pass 后面的值,即 $proxy_host 的值,参考http: 阅读全文
posted @ 2024-08-02 18:05 iSunXiaoXiao 阅读(2) 评论(0) 推荐(0) 编辑