...
|
...
|
@@ -36,11 +36,11 @@ server{ |
|
|
root /usr/local/nginx/html;
|
|
|
}
|
|
|
|
|
|
location /.well-known/apple-app-site-association {
|
|
|
proxy_pass http://activity.yoho.cn/.well-known/apple-app-site-association;
|
|
|
}
|
|
|
# for ios Universal Links
|
|
|
location /.well-known/apple-app-site-association {
|
|
|
root /Data/local/openresty-1.9.15.1/nginx/conf;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
location / {
|
...
|
...
|
|