redirect question (inception inside)

Ronald Van Assche rva at onvaoo.com
Sat Aug 16 09:22:32 UTC 2014


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(



Le 16 août 2014 à 10:52, Edho Arief <me at myconan.net> a écrit :

>> 
> location ^~ /us/us/ {
>  rewrite ^/us(/us/.*) $1 permanent;
> }
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list