2023年10月19日

nginx 默认配置时带下划线的header被过滤掉

摘要: http请求header中带有下划线不向后端转发,必须添加underscores_in_headers on; 参数到 default server中 阅读全文

posted @ 2023-10-19 10:59 jmbkeyes 阅读(368) 评论(0) 推荐(0)

导航