|
|
## 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;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
...
|
...
|
|