diff --git a/templates/nginx.default.conf.j2 b/templates/nginx.default.conf.j2 index 7ea4f5f..1ab36e5 100644 --- a/templates/nginx.default.conf.j2 +++ b/templates/nginx.default.conf.j2 @@ -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 {