码迷,mamicode.com
首页 > 其他好文 > 详细

nginx 配置跨域

时间:2019-11-16 10:45:14      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:col   ret   html   cache   -o   live   nbsp   get   proxy   

 location / {
        add_header Access-Control-Allow-Origin *;
                add_header Access-Control-Allow-Methods GET, POST, OPTIONS;
                add_header Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization;
               if ($request_method = OPTIONS) {
                    return 204;
    }
        proxy_pass http://localhost:60877/;
            root   html;
            index  index.html index.htm;
        }            

 

nginx 配置跨域

标签:col   ret   html   cache   -o   live   nbsp   get   proxy   

原文地址:https://www.cnblogs.com/jasonbourne3/p/11870726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!