Showing
2 changed files
with
5 additions
and
3 deletions
@@ -37,7 +37,7 @@ server{ | @@ -37,7 +37,7 @@ server{ | ||
37 | } | 37 | } |
38 | 38 | ||
39 | # for ios Universal Links | 39 | # for ios Universal Links |
40 | - location /.well-known/apple-app-site-association { | 40 | + location ^~ apple-app-site-association { |
41 | alias /Data/local/openresty-1.9.15.1/nginx/conf/; | 41 | alias /Data/local/openresty-1.9.15.1/nginx/conf/; |
42 | } | 42 | } |
43 | 43 |
@@ -8,8 +8,10 @@ server { | @@ -8,8 +8,10 @@ server { | ||
8 | 8 | ||
9 | 9 | ||
10 | 10 | ||
11 | - # for ios Universal Links | ||
12 | - location /.well-known/apple-app-site-association { | 11 | + |
12 | + | ||
13 | + # for ios Universal Links | ||
14 | + location ^~ apple-app-site-association { | ||
13 | alias /Data/local/openresty-1.9.15.1/nginx/conf/; | 15 | alias /Data/local/openresty-1.9.15.1/nginx/conf/; |
14 | } | 16 | } |
15 | 17 |
-
Please register or login to post a comment