add openspeedtest
This commit is contained in:
@@ -32,6 +32,8 @@ frontend fe_https
|
|||||||
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
|
acl host_drawio hdr(host) -i drawio.internal
|
||||||
|
acl host_openspeedtest hdr(host) -i speed.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
|
||||||
@@ -39,6 +41,7 @@ frontend fe_https
|
|||||||
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
|
use_backend be_drawio if host_drawio
|
||||||
|
use_backend be_openspeedtest if host_openspeedtest
|
||||||
default_backend be_404
|
default_backend be_404
|
||||||
|
|
||||||
backend be_hosts
|
backend be_hosts
|
||||||
@@ -59,5 +62,8 @@ backend be_portainer
|
|||||||
backend be_drawio
|
backend be_drawio
|
||||||
server s1 drawio:8080 check
|
server s1 drawio:8080 check
|
||||||
|
|
||||||
|
backend be_openspeedtest
|
||||||
|
server s1 openspeedtest:3000 check
|
||||||
|
|
||||||
backend be_404
|
backend be_404
|
||||||
http-request deny deny_status 404
|
http-request deny deny_status 404
|
||||||
|
Reference in New Issue
Block a user