Hi All,
Wanted to get some advice if this is even possible? Want to route
https://www.portal.example/minio to a minio instance in the backend.
Running haproxy 1.8
configured an acl
acl PATH_minio path_beg -i /minio
then using backend:
use_backend bk_minio_portal if portal PATH_minio
backend bk_minio_portal
source 0.0.0.0
server 10.11.0.33 10.11.0.33:9000
Works perfectly fine, what is the best way to hide /minio so it will rather
say /storage so externally
I hide the fact that we are using minio?
Thanks in advance for your suggestions :)
Cheers
Jonathan