location / {
            root    C:/website;
            index   index.html index.htm index.php;
            include C:/website/.htaccess;
if ($host !~ " www.xincanzs.com") {
rewrite ^(.*)  http://www.xincanzs.com$1 redirect;
}
        }

location /index {
rewrite ^(.*)  http://www.xincanzs.com redirect;
}
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐