From 8009a9ab9777d3a49f5ea9067b8aa14279196da1 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 24 Nov 2022 12:49:33 +0330 Subject: update --- terminaldweller.com/haproxy/haproxy.cfg | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'terminaldweller.com/haproxy/haproxy.cfg') diff --git a/terminaldweller.com/haproxy/haproxy.cfg b/terminaldweller.com/haproxy/haproxy.cfg index 26e90f2..c6c9ce7 100644 --- a/terminaldweller.com/haproxy/haproxy.cfg +++ b/terminaldweller.com/haproxy/haproxy.cfg @@ -62,8 +62,9 @@ frontend http http-request redirect scheme https code 301 if http git-host !letsencrypt-acl # http-request redirect scheme https code 301 if http rssgen-host !letsencrypt-acl http-request redirect scheme https code 301 if http cargo-host !letsencrypt-acl + http-request redirect scheme https code 301 if http browsh-host !letsencrypt-acl #http-request redirect scheme https code 301 if http jabber-host !letsencrypt-acl - # http-request redirect scheme https code 301 if http rssgen-host !letsencrypt-acl + http-request redirect scheme https code 301 if http rssgen-host !letsencrypt-acl #Conditions use_backend blog-backend-cert if letsencrypt-acl blog-host @@ -77,6 +78,7 @@ frontend http use_backend searx-backend-cert if letsencrypt-acl rssgen-host use_backend searx-backend-cert if letsencrypt-acl git-host use_backend searx-backend-cert if letsencrypt-acl cargo-host + use_backend vpn6-cert-backend if letsencrypt-acl browsh-host # use_backend editor-backend-cert if letsencrypt-acl editor-host use_backend certbot-backend if letsencrypt-acl !jabber-host !blog-host !api-host use_backend blog-backend if blog-host @@ -110,6 +112,7 @@ frontend https acl editorsave-host-s req.ssl_sni -i editorsave.terminaldweller.com acl discord-host-s req.ssl_sni -i discord.terminaldweller.com acl rssgen-host-s req.ssl_sni -i rssgen.terminaldweller.com + acl browsh-host-s req.ssl_sni -i browsh.terminaldweller.com #Conditions use_backend mail-backend-s if mail-host-s #use_backend chat-backend-s if chat-host-s @@ -124,6 +127,7 @@ frontend https use_backend editorsave-backend-s if editorsave-host-s use_backend git-backend-s if git-host-s use_backend rssgen-backend-s if rssgen-host-s + use_backend browsh-backend-s if browsh-host-s #frontend jabber5222 # bind *:5222 @@ -381,3 +385,11 @@ backend git-backend-s backend browsh-backend mode http server browsh-host 185.130.45.46:4333 +backend browsh-backend-s + mode tcp + option tcp-check + server browsh-host-s 185.130.45.46:4333 + +backend vpn6-cert-backend + mode http + server vpn6-cert-host 185.130.45.46:80 -- cgit v1.2.3