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;
default /;
}
seems to work in all my case
Hello there,
I'm trying to set a new variable based on another one.
I've found this response which is kinda close to what i want to do :
https://www.ruby-forum.com/topic/6876231#1176774
map $request_uri $last_path {
~/(?[^/]+)/?$ $pathname;
}
Except, i want to get the first path level only (a