ngnix conf
This commit is contained in:
5
nginx.conf
Normal file
5
nginx.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
server {
|
||||
add_header Access-Control-Allow-Origin 'https://api.eveal.shendai.rip,https://evepraisal.shendai.rip';
|
||||
add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
|
||||
add_header Access-Control-Allow-Headers 'Content-Type';
|
||||
}
|
||||
Reference in New Issue
Block a user