Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apache --> nginx
Маркел Мохначевский Wrote:
-------------------------------------------------------
> Т.е. rewrite /(robots)\.txt $1.php break;
>
Не сработало. Мб
rewrite "^/(robots)\.txt+$" $1.php break;
или
rewrite "^/(robots)\.txt+$" $1.php last;
Исправьте, где не так. И еще вопрос -
точку обязательно екранировать? Как
видите в Apache не пришлось.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,223500,223510#msg-223510
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|