Authored by chunhua.zhang

add

@@ -38,7 +38,7 @@ server{ @@ -38,7 +38,7 @@ server{
38 38
39 # for ios Universal Links 39 # for ios Universal Links
40 location /.well-known/apple-app-site-association { 40 location /.well-known/apple-app-site-association {
41 - root /Data/local/openresty-1.9.15.1/nginx/conf; 41 + alias /Data/local/openresty-1.9.15.1/nginx/conf;
42 } 42 }
43 43
44 44
@@ -10,7 +10,7 @@ server { @@ -10,7 +10,7 @@ server {
10 10
11 # for ios Universal Links 11 # for ios Universal Links
12 location /.well-known/apple-app-site-association { 12 location /.well-known/apple-app-site-association {
13 - root /Data/local/openresty-1.9.15.1/nginx/conf; 13 + alias /Data/local/openresty-1.9.15.1/nginx/conf;
14 } 14 }
15 15
16 16