Simplify the rewrite URL.
This commit is contained in:
parent
5eea0ca863
commit
8d8b799055
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue