Is there an alternative of using If to extract a value from a variable in Nginx config files?
I.e
if ($http_referer ~* (?<=url=)([\w-.]*)(?=/) ){
set $proxied $1;
rewrite (?<=/)(.+\.(css|jpg|png|gif|js)) http://$proxied/$1 redirect;
}
Thanks
Yes. http://nginx.org/r/map