added missing Bearer keyword

This commit is contained in:
dcore94 2024-03-08 12:29:21 +01:00
parent f671410b7d
commit fd40df7fc1
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}
}

View File

@ -43,4 +43,4 @@ http {
#gzip on;
include /etc/nginx/conf.d/*.conf;
}
}