fix(haproxy): removed pad root path from haproxy-behind

darta 2022-01-24 08:42:04 +01:00
parent d1ecb411e4
commit ffdfa29f8e
1 changed files with 3 additions and 0 deletions

View File

@ -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