nginx 将%23
替换成#
,如何配置?
求高手解答
location ~ ^/ {
root /root/Documents/www/;
rewrite '\/%\d{2}' /# redirect;
index index.html index.htm;
}
nginx 将%23
替换成#
,如何配置?
求高手解答
location ~ ^/ {
root /root/Documents/www/;
rewrite '\/%\d{2}' /# redirect;
index index.html index.htm;
}