mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Don't need full health checks in debug.
This commit is contained in:
parent
28788b43b0
commit
b3944cab07
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ backend imageproxy
|
|||
server imageproxy01 imageproxy:80 check inter 2000ms
|
||||
|
||||
backend push
|
||||
option httpchk GET /_haproxychk
|
||||
http-check expect rstatus 200|503
|
||||
# option httpchk GET /_haproxychk
|
||||
# http-check expect rstatus 200|503
|
||||
server push 127.0.0.1:8000 check inter 2000ms
|
||||
|
||||
backend node_socket
|
||||
|
|
Loading…
Add table
Reference in a new issue