diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..80fada7 --- /dev/null +++ b/nginx.conf @@ -0,0 +1,8 @@ +server { + root /usr/share/nginx/html; + + add_header 'Access-Control-Allow-Origin' 'https://api.eveal.shendai.rip,https://evepraisal.shendai.rip' always; + add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always; + add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always; + add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always; +} \ No newline at end of file