moved jeevesjr haproxy.cfg to the nix repo

This commit is contained in:
Richie Cahill
2024-07-05 13:25:40 -04:00
parent 3b77165ea2
commit 3f5179c194
3 changed files with 42 additions and 2 deletions

View File

@ -29,7 +29,7 @@ frontend ContentSwitching
acl host_dndrules hdr(host) -i dndrules.tmmworkshop.com
acl host_grafana hdr(host) -i grafana.tmmworkshop.com
acl host_filebrowser hdr(host) -i filebrowser.tmmworkshop.com
acl host_uptime_kuma hdr(host) -i uptimekuma.tmmworkshop.com
acl host_uptime_kuma hdr(host) -i uptimekuma-jeeves.tmmworkshop.com
use_backend mirror_nodes if host_mirror
use_backend dndrules_nodes if host_dndrules