I want to redirect client to the url i get from /auth_download.
But I cant figure out how to do it
my config looks like this:
location /download {
auth_request /auth_download;
auth_request_set $downloadRout $sent_http_storageUrl;
proxy_redirect $downloadRout;
}