modernpaste02 only in prod
This commit is contained in:
parent
b5c4af2f26
commit
78106fe297
1 changed files with 2 additions and 0 deletions
|
@ -368,7 +368,9 @@ listen docker-candidate-registry 0.0.0.0:10054
|
|||
listen modernpaste 0.0.0.0:10055
|
||||
balance hdr(appserver)
|
||||
server modernpaste01 modernpaste01:80 check inter 10s rise 1 fall 2
|
||||
{% if env == "production" %}
|
||||
server modernpaste02 modernpaste02:80 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
{% if inventory_hostname_short == 'proxy01' or inventory_hostname_short == 'proxy10' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue