From 9076bc3cf559a89cc667ef3004540f20aae56554 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 19 Nov 2021 19:12:04 +0330 Subject: more updates --- terminaldweller.com/haproxy/haproxy.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'terminaldweller.com/haproxy/haproxy.cfg') diff --git a/terminaldweller.com/haproxy/haproxy.cfg b/terminaldweller.com/haproxy/haproxy.cfg index 6bec717..7a11df9 100644 --- a/terminaldweller.com/haproxy/haproxy.cfg +++ b/terminaldweller.com/haproxy/haproxy.cfg @@ -23,6 +23,8 @@ frontend http acl mail-host hdr_sub(host) -i mail.terminaldweller.com acl api-host hdr_sub(host) -i api.terminaldweller.com acl chat-host hdr_sub(host) -i chat.terminaldweller.com + acl mila-api-acl url_beg /mila + acl crypto-api-acl url_beg /crypto #Conditions #use_backend chat-cert-backend if letsencrypt-acl chat-host use_backend blog-backend-cert if letsencrypt-acl blog-host -- cgit v1.2.3