diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-19 15:42:04 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-19 15:42:04 +0000 |
commit | 9076bc3cf559a89cc667ef3004540f20aae56554 (patch) | |
tree | ea9625baefab903be2a1ee574ee5690bc9cbdb6b /terminaldweller.com/haproxy | |
parent | updates for gdbinit (diff) | |
download | scripts-9076bc3cf559a89cc667ef3004540f20aae56554.tar.gz scripts-9076bc3cf559a89cc667ef3004540f20aae56554.zip |
more updates
Diffstat (limited to 'terminaldweller.com/haproxy')
-rw-r--r-- | terminaldweller.com/haproxy/haproxy.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
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 |