mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
merge changes
This commit is contained in:
commit
2f5822e3a9
1 changed files with 9 additions and 9 deletions
|
@ -69,52 +69,52 @@ frontend public
|
|||
backend node_socket
|
||||
http-check expect rstatus 200|503
|
||||
balance roundrobin
|
||||
server node_socket01 node_websocket:8888 check inter 3000ms
|
||||
server node_socket node_websocket:8888 check inter 3000ms
|
||||
|
||||
backend node_favicon
|
||||
http-check expect rstatus 200|503
|
||||
option httpchk GET /rss_feeds/icon/1
|
||||
balance roundrobin
|
||||
server node_favicon01 favicons:3030 check inter 3000ms
|
||||
server node_favicon favicons:3030 check inter 3000ms
|
||||
|
||||
backend node_text
|
||||
http-check expect rstatus 200|503
|
||||
option httpchk GET /rss_feeds/original_text_fetcher?test=1
|
||||
balance roundrobin
|
||||
server node_text01 original_text:4040 check inter 3000ms
|
||||
server node_text original_text:4040 check inter 3000ms
|
||||
|
||||
|
||||
backend nginx
|
||||
balance roundrobin
|
||||
option httpchk GET /_nginxchk
|
||||
http-check expect rstatus 200|503
|
||||
server nginx01 nginx:81 check inter 60000ms
|
||||
server nginx nginx:81 check inter 60000ms
|
||||
|
||||
backend gunicorn
|
||||
balance roundrobin
|
||||
option httpchk GET /_haproxychk
|
||||
server app01 nb.com:8000 check inter 3000ms
|
||||
server app_django nb.com:8000 check inter 3000ms
|
||||
|
||||
backend gunicorn_counts
|
||||
balance roundrobin
|
||||
option httpchk GET /_haproxychk
|
||||
server gunicorn_counts nb.com:8000 check inter 15000ms
|
||||
server app_counts nb.com:8000 check inter 15000ms
|
||||
|
||||
backend gunicorn_refresh
|
||||
balance roundrobin
|
||||
option httpchk GET /_haproxychk
|
||||
server-template gunicorn_refresh 2 nb.com:8000 check inter 30000ms
|
||||
server app_refresh nb.com:8000 check inter 30000ms
|
||||
|
||||
|
||||
backend push
|
||||
balance roundrobin
|
||||
option httpchk GET /_haproxychk
|
||||
server push nb.com:8000 check inter 3000ms
|
||||
server app_push nb.com:8000 check inter 3000ms
|
||||
|
||||
backend work
|
||||
balance roundrobin
|
||||
http-check expect rstatus 200|503|301
|
||||
server work celeryd_work_queue:82 check inter 3000ms
|
||||
server task_work celeryd_work_queue:82 check inter 3000ms
|
||||
|
||||
backend postgres
|
||||
server postgres-db02 db_postgres:5434 check inter 2000ms
|
||||
|
|
Loading…
Add table
Reference in a new issue