add drawio

This commit is contained in:
Mateusz Gruszczyński
2025-09-22 10:18:02 +02:00
parent 963de2f385
commit 13d1fd35f8

View File

@@ -31,12 +31,14 @@ frontend fe_https
acl host_routerosupdate hdr(host) -i routerosupdate.internal acl host_routerosupdate hdr(host) -i routerosupdate.internal
acl host_sslmonitor hdr(host) -i sslmonitor.internal acl host_sslmonitor hdr(host) -i sslmonitor.internal
acl host_portainer hdr(host) -i portainer.internal acl host_portainer hdr(host) -i portainer.internal
acl host_drawio hdr(host) -i drawio.internal
use_backend be_hosts if host_hosts use_backend be_hosts if host_hosts
use_backend be_routerosbackup if host_routerosbackup use_backend be_routerosbackup if host_routerosbackup
use_backend be_routerosupdate if host_routerosupdate use_backend be_routerosupdate if host_routerosupdate
use_backend be_sslmonitor if host_sslmonitor use_backend be_sslmonitor if host_sslmonitor
use_backend be_portainer if host_portainer use_backend be_portainer if host_portainer
use_backend be_drawio if host_drawio
default_backend be_404 default_backend be_404
backend be_hosts backend be_hosts
@@ -54,5 +56,8 @@ backend be_sslmonitor
backend be_portainer backend be_portainer
server s1 portainer:9000 check server s1 portainer:9000 check
backend be_drawio
server s1 drawio:8000 check
backend be_404 backend be_404
http-request deny deny_status 404 http-request deny deny_status 404