我的域名是example.com我想讓www.example.com可以跳轉(zhuǎn)到example.com我的nginx配置是server{listen80;server_namewww.example.comexample.com;root/var/www/web;if($http_host=="www.example.com"){rewrite^http://example.com$request_uripermanent;}不行。。。
Nginx多個域名指到同一個網(wǎng)站
DIEA
2019-03-29 11:00:59