久久夜夜肉肉热热日日-秋霞久久久久久一区二区-思思久99久女女精品-久久久久久极精品久久久 久久精品美国亚洲AV伦理,欧美色图小说性图小说,一区二区三区精品无码,亚洲欧洲AV无码专区

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