文章预览
How to enable CORS in nginx?
2023年08月22日
343 字
To enable CORS in nginx, you can use the `add_header` directive to add the `Access-Control-Allow-Origin` header to the HTTP response. Here's an example of how to set it up: ```…
阅读全文
浏览
评论