Commit 676a0b5d authored by 吴永生#A02208's avatar 吴永生#A02208

feat: nginx文件修改

parent bc33d33f
......@@ -17,8 +17,8 @@ http {
index index.html index.htm;
resolver 127.0.0.11 valid=10s;
location / {
try_files $uri /wap/index.html;
index /wap/index.html;
try_files $uri /v3/index.html;
index /v3/index.html;
#add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment