```
https://www.jianshu.com/p/984b19e9b875
https://www.cnblogs.com/alsodzy/p/8522710.html
```


server {
listen 20000;
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';
add_header Access-Control-Allow-Credentials 'true';
return 301 https://myhttps.com$request_uri;
}

 

 

相关文章:

  • 2022-02-11
  • 2022-01-05
  • 2022-02-15
  • 2022-12-23
猜你喜欢
  • 2021-09-03
  • 2021-08-24
  • 2022-01-21
  • 2022-01-07
  • 2022-02-12
  • 2022-01-10
相关资源
相似解决方案