mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2024-10-08 16:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user