mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
change nginx check time in haproxy
This commit is contained in:
parent
1f5c830df3
commit
d69f5473e3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ backend nginx
|
|||
balance roundrobin
|
||||
option httpchk GET /_nginxchk
|
||||
http-check expect rstatus 200|503
|
||||
server nginx01 nginx:81 check inter 3000ms
|
||||
server nginx01 nginx:81 check inter 60000ms
|
||||
|
||||
backend gunicorn
|
||||
balance roundrobin
|
||||
|
|
Loading…
Add table
Reference in a new issue