rewrite or internal redirection cycle
Roxis
roxis at list.ru
Sun Jul 29 14:49:36 MSD 2007
On Sunday 29 July 2007, Igor Sysoev wrote:
> This is because you have no location that matches request and
> request against server level rewrite rules: it does not match regex and
> goes to "return 403".
ok, i understand this:
location / {}
rewrite ^(/download/.*)/media/(.*)\..*$ $1/mp3/$2.mp3 last;
return 403;
but this:
location / {}
rewrite ^(/download/.*)/media/(.*)\..*$ $1/mp3/$2.mp3 break;
return 403;
More information about the nginx
mailing list