update
This commit is contained in:
parent
9079e24977
commit
b96ace48d0
|
|
@ -0,0 +1,2 @@
|
|||
add_header Access-Control-Allow-Origin *;
|
||||
add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=$1 last;
|
||||
break;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue