运维网's Archiver
论坛
›
nginx
› nginx中自动在二级目录后加斜杠
h0945466
发表于 2018-11-12 12:40:51
nginx中自动在二级目录后加斜杠
if (-d $request_filename){ rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent;
}
页:
[1]
查看完整版本:
nginx中自动在二级目录后加斜杠