pull/109/head
Mr Chen 6 years ago
parent 9079e24977
commit b96ace48d0
  1. 2
      rewrite/nginx/header_acao.conf
  2. 6
      rewrite/nginx/niushop.conf

@ -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…
Cancel
Save