Authored by chunhua.zhang

add new

## this is for nfc scan
server {
listen 80 ;
server_name y-d.yoho.cn;
access_log /Data/logs/nginx/y-d.yoho.cn.log fenxi;
error_log /Data/logs/nginx/y-d.yoho.cn_error.log;
location /.well-known/apple-app-site-association {
proxy_pass http://activity.yoho.cn/.well-known/apple-app-site-association;
}
# for download app
location / {
return 301 https://union.yoho.cn/union/app-downloads.html;
}
}
... ...
... ... @@ -236,6 +236,7 @@ http
include vhosts/single.conf;
include vhosts/union.yoho.cn.conf;
include vhosts/api.ufo.conf;
include vhosts/y-d.conf;
}
... ...