Showing
2 changed files
with
24 additions
and
0 deletions
1 | +## this is for nfc scan | ||
2 | +server { | ||
3 | + listen 80 ; | ||
4 | + server_name y-d.yoho.cn; | ||
5 | + | ||
6 | + access_log /Data/logs/nginx/y-d.yoho.cn.log fenxi; | ||
7 | + error_log /Data/logs/nginx/y-d.yoho.cn_error.log; | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + location /.well-known/apple-app-site-association { | ||
12 | + proxy_pass http://activity.yoho.cn/.well-known/apple-app-site-association; | ||
13 | + } | ||
14 | + | ||
15 | + # for download app | ||
16 | + location / { | ||
17 | + return 301 https://union.yoho.cn/union/app-downloads.html; | ||
18 | + } | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | +} |
@@ -236,6 +236,7 @@ http | @@ -236,6 +236,7 @@ http | ||
236 | include vhosts/single.conf; | 236 | include vhosts/single.conf; |
237 | include vhosts/union.yoho.cn.conf; | 237 | include vhosts/union.yoho.cn.conf; |
238 | include vhosts/api.ufo.conf; | 238 | include vhosts/api.ufo.conf; |
239 | + include vhosts/y-d.conf; | ||
239 | 240 | ||
240 | 241 | ||
241 | } | 242 | } |
-
Please register or login to post a comment