if ($request_method = 'GET') {
add_header 'Access-Control-Allow-Origin' 'http://localhost:8989';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range';
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range';
add_header 'Access-Control-Allow-Credentials' 'true';
}
相关文章
- 10-24验证Nginx是否在提供静态文件而不是Flask
- 10-24django-与gunicorn nginx长期运行的请求
- 10-24在具有Nginx和Gunicorn的生产环境中,使用unix套接字或tcp绑定它们是否更好?
- 10-24nginx-我真的需要Web服务器以及API-微服务架构中的网关
- 10-24django – 为什么Nginx会继续将我重定向到localhost?
- 10-24Django Nginx Gunicorn = 504超时
- 10-24nginx+gunicorn部署Django项目
- 10-24django gunicorn nginx配置上的坏网关
- 10-24django+nginx+gunicorn+supervisro部署
- 10-24Flask nginx和静态文件为非默认静态位置发出