Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не могу заставить regexp реагировать на символ "?"
Да, все получилось. Итог таков:
if ($is_args = "") {
rewrite ^([^.]*[^/])$ $1/ permanent;
}
Спасибо еще раз!
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,246849,246855#msg-246855
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|