色就色,综合激情I 亚洲欧洲一级I 免费福利片2019潦草影视午夜I 精品国产欧美一区二区I 久久在线观看I 欧美一级日韩三级I 精品亚洲男同gayvideo网站

1 2 3 4 5 6 7
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; }