摘要:
这里,如果是单次重定向用 redirect, 如果永久跳转用permanent,这里用permanent{ listen 80; server_name xxx.com www.xxx.com; index index.html index.php; root /data/www/wwwroot; if ($http_host !~ "^www.xxx.com$") { rewrite ^(.*)http://www.xxx.com$1 permanent; } ........................ } 阅读全文
posted @ 2013-01-09 23:08
透传云
阅读(12882)
评论(1)
推荐(1)

浙公网安备 33010602011771号