HAProxy redirect root URL
How to redirect root URL to another URL
## Redirect root to somewhere URL
acl is_root path -i /
redirect code 301 location /real/app/path if is_root
How to redirect root URL to another URL
## Redirect root to somewhere URL
acl is_root path -i /
redirect code 301 location /real/app/path if is_root