Simplify the rewrite URL.

This commit is contained in:
Andrea Dell'Amico 2021-11-04 17:59:43 +01:00
parent 5eea0ca863
commit 8d8b799055
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ server {
proxy_set_header Authorization "Bearer $auth_token";
proxy_set_header remote_user "$remote_user";
proxy_pass http://_inception-server;
rewrite ^/_d4sauth(.+)$ / last;
rewrite ^/_d4sauth / last;
}
location /gcube_user_info {