
nginx
QMCoder
这个作者很懒,什么都没留下…
展开
-
readv() failed (104: Connection reset by peer) while reading upstream
nginx增加配置 proxy_http_version 1.1原创 2020-02-10 11:36:47 · 5531 阅读 · 0 评论 -
nginx跨域配置
location ^~ /api/ { add_header 'Access-Control-Allow-Origin' '*'; add_header Access-Control-Allow-Methods GET,POST,OPTIONS; add_header 'Access-Control-Allow-Headers' 'DNT,X...原创 2019-09-10 15:46:16 · 126 阅读 · 0 评论 -
nginx add_header生效条件
http://nginx.org/en/docs/http/ngx_http_headers_module.html原创 2019-10-08 20:03:04 · 1809 阅读 · 0 评论