如 server_name 是 andsky.com www.andsky.com
www.andsky.com 會自動轉到 andsky.com
用以下方法可以解决
if (-d $request_filename){
rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent;
}
如 server_name 是 andsky.com www.andsky.com
www.andsky.com 會自動轉到 andsky.com
用以下方法可以解决
if (-d $request_filename){
rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent;
}