Update to 2024-10-08 16:00

This commit is contained in:
Daniel Berteaud
2024-10-08 16:00:13 +02:00
parent c8bd6e6109
commit fc993adf3d
11 changed files with 154 additions and 34 deletions

View File

@@ -56,8 +56,9 @@ http {
if ($request_method !~ ^(GET|HEAD|OPTIONS)$ ) {
return 405;
}
location /.well-known/jwks.json {
proxy_pass https://localhost:{{ nomad_services.http.port }};
location / {
proxy_pass https://localhost:{{ nomad_services.http.port }}/.well-known/jwks.json;
proxy_cache off;
}
}
}