On Aug 16, 2014 6:22 PM, "Ronald Van Assche" <r...@onvaoo.com> wrote:
>
> NICE : it works
>
> more complicated one :
>
> /ue//ue/data/filename => /ue/data/filenam
> there is 2 / in the URL.
>
>  location ^~ /ue//ue/ {
>                 rewrite ^/ue(/ue/.*) $1 permanent;
>         }
>
> does not work :o(
>
>

try reading the documentation: http://nginx.org/r/location

>
> Le 16 août 2014 à 10:52, Edho Arief <m...@myconan.net> a écrit :
>
> >>
> > location ^~ /us/us/ {
> >  rewrite ^/us(/us/.*) $1 permanent;
> > }
> >
> > _______________________________________________
> > nginx mailing list
> > nginx@nginx.org
> > http://mailman.nginx.org/mailman/listinfo/nginx
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to