diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-15 11:08:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-15 11:08:15 +0000 |
commit | b5126b86fcb3836b0019af8ee39f1426961c1af5 (patch) | |
tree | 683af4c6ad8d5274951f3558d94d8a3eff5295cf /terminaldweller.com | |
parent | added http to https redirect (diff) | |
download | scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.tar.gz scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.zip |
updates
Diffstat (limited to 'terminaldweller.com')
-rw-r--r-- | terminaldweller.com/haproxy/haproxy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terminaldweller.com/haproxy/haproxy.cfg b/terminaldweller.com/haproxy/haproxy.cfg index 6b75014..1ca1467 100644 --- a/terminaldweller.com/haproxy/haproxy.cfg +++ b/terminaldweller.com/haproxy/haproxy.cfg @@ -63,7 +63,7 @@ frontend https #use_backend chat-backend-s if chat-host-s use_backend blog-backend-s if blog-host-s #use_backend api-crypto-backend-s if api-host-s crypto-api-acl - use_backend api-crypto-backend-s if api-host-s + use_backend api-crypto-backend-s if api-host-s use_backend api-mila-backend-s if mila-api-host-s use_backend searx-backend-s if searx-host-s use_backend cargo-backend-s if cargo-host-s |