diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index 80fada7..0000000 --- a/nginx.conf +++ /dev/null @@ -1,8 +0,0 @@ -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