Use Fedora proxies as only proxy for Docker Registry

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-04-12 13:56:13 +00:00
parent ea803c6b2c
commit 97b00e90ab
4 changed files with 22 additions and 1 deletions

View file

@ -304,7 +304,7 @@ listen osbs 0.0.0.0:10047
{% if env == "staging" %}
listen docker-registry 0.0.0.0:10048
balance hdr(appserver)
server docker-registry01 docker-registry01:443 check inter 10s rise 1 fall 2 check ssl verify none
server docker-registry01 docker-registry01:5000 check inter 10s rise 1 fall 2
{% endif %}
{% if env == "staging" %}