acmdns(host): expose and monitor health endpoint
All checks were successful
/ Ansible Lint (push) Successful in 2m8s
All checks were successful
/ Ansible Lint (push) Successful in 2m8s
This commit is contained in:
parent
536eedeffc
commit
17ba7c04f2
2 changed files with 11 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ server {
|
|||
proxy_pass http://127.0.0.1:8080/update;
|
||||
}
|
||||
|
||||
location = /health { # no auth by proxy required
|
||||
proxy_pass http://127.0.0.1:8080/health;
|
||||
}
|
||||
|
||||
location @oauth2_signin {
|
||||
return 302 /oauth2/sign_in?rd=$scheme://$host$request_uri;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue