Bootstrap

Nginx在URL末尾自动添加/

rewrite ^([^.]*[^/])$ $1/ permanent;


[^xyz]反向字符集。匹配未包含的任何字符。
;