mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
alive check for nginx
This commit is contained in:
@ -69,6 +69,11 @@ server {
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
}
|
||||
|
||||
location /alive {
|
||||
return 200 'alive';
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
|
||||
location = /app-id.json {
|
||||
proxy_pass http://web:5000/app-id.json;
|
||||
{{#if Ssl}}
|
||||
|
Reference in New Issue
Block a user