added missing Bearer keyword
This commit is contained in:
parent
f671410b7d
commit
fd40df7fc1
|
@ -83,8 +83,8 @@ server {
|
|||
internal;
|
||||
proxy_method POST;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Authorization "$auth_token";
|
||||
proxy_set_header Authorization "Bearer $auth_token";
|
||||
proxy_set_header Content-Type "application/json";
|
||||
proxy_pass https://accounting-service.d4science.org/accounting-service/record;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@ http {
|
|||
#gzip on;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue