summaryrefslogtreecommitdiff
path: root/baserock_frontend/haproxy.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_frontend/haproxy.cfg')
-rw-r--r--baserock_frontend/haproxy.cfg7
1 files changed, 2 insertions, 5 deletions
diff --git a/baserock_frontend/haproxy.cfg b/baserock_frontend/haproxy.cfg
index 46b101ba..128b3724 100644
--- a/baserock_frontend/haproxy.cfg
+++ b/baserock_frontend/haproxy.cfg
@@ -53,7 +53,7 @@ frontend https-in
# for more documentation than you ever dreamed of.
acl host_irclogs hdr(host) -m beg -i irclogs
- use_backend baserock_irclogs_http if host_irclogs
+ use_backend baserock_webserver_http if host_irclogs
acl host_spec hdr(host) -m beg -i spec
acl host_spec hdr(host) -m beg -i docs
@@ -85,9 +85,6 @@ backend baserock_spec_http
# Otherwise Gitlab will just show a 404 page
server baserock_spec baserock.gitlab.io:80
-backend baserock_irclogs_http
- server baserock_irclogs 192.168.222.74:80
-
backend baserock_ostree_http
server baserock_ostree 10.3.0.12:80
@@ -98,4 +95,4 @@ backend baserock_ostree_ssh
timeout client 12h
backend baserock_webserver_http
- server baserock_webserver 192.168.222.127:80
+ server baserock_webserver 10.3.0.13:80