mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Adding nginx haproxy health check.
This commit is contained in:
parent
c286c0ed91
commit
f9dd57a531
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ server {
|
||||||
return 503;
|
return 503;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /_nginxchk {
|
||||||
|
return 200;
|
||||||
|
}
|
||||||
|
|
||||||
error_page 502 @down;
|
error_page 502 @down;
|
||||||
location @down {
|
location @down {
|
||||||
root /srv/newsblur/;
|
root /srv/newsblur/;
|
||||||
|
|
Loading…
Add table
Reference in a new issue