aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/haproxy/haproxy.cfg
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-21 15:22:59 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-21 15:22:59 +0000
commit26d4cd29fe3e7cfc59c7964ddd054e83ce4d95dd (patch)
tree8669bd7744e81f9575264dc8db0055e6641e1618 /terminaldweller.com/haproxy/haproxy.cfg
parentupdated haproxy for cargo (diff)
downloadscripts-26d4cd29fe3e7cfc59c7964ddd054e83ce4d95dd.tar.gz
scripts-26d4cd29fe3e7cfc59c7964ddd054e83ce4d95dd.zip
updates
Diffstat (limited to 'terminaldweller.com/haproxy/haproxy.cfg')
-rw-r--r--terminaldweller.com/haproxy/haproxy.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/terminaldweller.com/haproxy/haproxy.cfg b/terminaldweller.com/haproxy/haproxy.cfg
index d9d6214..9a71d5e 100644
--- a/terminaldweller.com/haproxy/haproxy.cfg
+++ b/terminaldweller.com/haproxy/haproxy.cfg
@@ -32,8 +32,8 @@ frontend http
use_backend blog-backend-cert if letsencrypt-acl blog-host
use_backend api-crypto-backend-cert if letsencrypt-acl api-host crypto-api-acl
use_backend api-mila-backend-cert if letsencrypt-acl api-host mila-api-acl
- use_backend certbot-backend if letsencrypt-acl !chat-host !blog-host !api-host
use_backend searx-backend if letsencrypt-acl searx-host
+ use_backend certbot-backend if letsencrypt-acl !chat-host !blog-host !api-host
use_backend blog-backend if blog-host
use_backend mail-backend if mail-host
use_backend api-backend if api-host
@@ -256,17 +256,17 @@ backend chat-backend-c2s
server chat-host 130.185.121.80:5222
backend chat-cert-backend
mode http
- server chat-cert-server 130.185.121.80:80
+ server chat-cert-server 130.185.121.80:8880
backend searx-backend
mode http
- server searx-host 185.126.202.69:80
+ server searx-host 130.185.121.80:80
backend searx-backend-s
timeout server 60s
timeout client 60s
mode tcp
option ssl-hello-chk
- server searx-host-s 185.126.202.69:443
+ server searx-host-s 130.185.121.80:443
backend cargo-backend-s
timeout server 60s