我的域名是 example.com我的nginx配置是server { listen 80; server_name www.example.com example.com; root /var/www/web; if ($http_host == "www.example.com") { rewrite ^ http://example.com$request_uri permanent;
}不行。
- 2 回答
- 0 關注
- 481 瀏覽
添加回答
舉報
0/150
提交
取消