y-d.conf 476 Bytes
## 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;

 

   

    # for ios Universal Links
      location ^~ apple-app-site-association {
        alias  /Data/local/openresty-1.9.15.1/nginx/conf/;
      }


   # for download app
   location / {
           return 301 https://union.yoho.cn/union/app-downloads.html;
    }
    
    


}