secubox-openwrt/package/secubox/secubox-app-haproxy/files/usr
CyberMind-FR 5ccba836fa fix(haproxy): Sort path ACLs by length for correct matching order
Path-based ACLs are now sorted by pattern length (longest first) before
being emitted to haproxy.cfg. This ensures specific paths like /gk2/evolution
match before general paths like /gk2.

Two-phase approach:
- _collect_path_acl() stores ACL data with pattern length prefix
- _emit_sorted_path_acls() sorts by length descending and emits rules

Enables apex domain path routing: secubox.in/gk2/** instead of *.gk2.secubox.in

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-09 06:37:25 +01:00
..
lib/acme/deploy feat(secubox-core): Add secubox-landing page generator 2026-02-08 06:15:37 +01:00
sbin fix(haproxy): Sort path ACLs by length for correct matching order 2026-02-09 06:37:25 +01:00
share/haproxy/templates feat(haproxy): Add presse.cybermood.eu vhost 2026-02-08 10:52:09 +01:00