在线观看黄-中国特级毛片-风间由美一区二区-国产福利久久-成人在线日韩-亚洲高清毛片-久久精品免费电影-老司机精品导航-久久亚洲影院-91国内精品野花午夜精品-国产欧美一区二区三区另类精品-在线 日本 制服 中文 欧美-免费人成精品欧美精品-色av手机在线-亚洲国产视频a

server { listen 80; root /www/web/wanda; server_name vr.wanda-dev.cn; index index.html index.htm; location ~ /\.ht { deny all; } location / { try_files $uri $uri/ @router; index index.html; } location @router { rewrite ^.*$ /index.html last; } location /api { proxy_pass https://cloudwic.wanda-dev.cn/b2bshop/api; } access_log /www/weblogs/vr.wanda-dev.cn_access.log wwwlogs; error_log /www/weblogs/vr.wanda-dev.cn_error.log; }