YEP thank you :
> The matching is performed against a normalized URI, after decoding the text 
> encoded in the “%XX” form, resolving references to relative path components 
> “.” and “..”, and possible compression of two or more adjacent slashes into a 
> single slash.

so i do not have to put // in the location , and it works 

   location ^~ /ue/ue/ {
                rewrite ^/ue(/ue/.*) $1 permanent;
        }


Thank you all people here.

--
Ronald,
Paris.


Le 16 août 2014 à 12:07, Edho Arief <m...@myconan.net> a écrit :

> >
> >  location ^~ /ue//ue/ {
> >                 rewrite ^/ue(/ue/.*) $1 permanent;
> >         }
> >
> > does not work :o(
> >
> >
> 
> try reading the documentation: http://nginx.org/r/location
> 
> 

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

Reply via email to