Hai,

Thanks for your response !

$1 did not work for me :
nginx: [emerg] unknown "1" variable
nginx: configuration file /etc/nginx/nginx.conf test failed

For future reference, here is what i used :

map $request_uri $path {
   ~^(?P<pathname>/[^/]+)/ $pathname;
   default /;
}

seems to work in all my cases.

but, if you want to explain, not sure about what this do : (/|$) 

Thanks !

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,268761,268768#msg-268768

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to