diff options
Diffstat (limited to 'terminaldweller.com/haproxy')
-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 |