added missing Bearer keyword
This commit is contained in:
parent
f671410b7d
commit
fd40df7fc1
|
@ -83,7 +83,7 @@ server {
|
||||||
internal;
|
internal;
|
||||||
proxy_method POST;
|
proxy_method POST;
|
||||||
proxy_http_version 1.1;
|
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_set_header Content-Type "application/json";
|
||||||
proxy_pass https://accounting-service.d4science.org/accounting-service/record;
|
proxy_pass https://accounting-service.d4science.org/accounting-service/record;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue