fix(haproxy): removed pad root path from haproxy-behind
parent
d1ecb411e4
commit
ffdfa29f8e
|
@ -49,6 +49,9 @@ frontend website
|
||||||
acl is_api hdr_beg(host) api.
|
acl is_api hdr_beg(host) api.
|
||||||
acl is_admin hdr_beg(host) admin.
|
acl is_admin hdr_beg(host) admin.
|
||||||
|
|
||||||
|
acl is_root path -i /
|
||||||
|
http-request deny if is_pad is_root
|
||||||
|
|
||||||
use_backend be_nextcloud if is_nextcloud
|
use_backend be_nextcloud if is_nextcloud
|
||||||
use_backend be_moodle if is_moodle
|
use_backend be_moodle if is_moodle
|
||||||
use_backend be_jitsi if is_jitsi
|
use_backend be_jitsi if is_jitsi
|
||||||
|
|
Loading…
Reference in New Issue