On 1 Apr 2014 19:23, "skyice" <nginx-fo...@nginx.us> wrote:
>
> Hello,
>
> With this rule :
>
> rewrite ^/([^/])(/.*) $2?locale=$1&$query_string last;

Your first capture is looking for exactly 1 character. Do you really mean
that?

J
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to