HAProxy

inodnaz

New Member
Jan 9, 2025
1
0
1
Hello, I want to add few context paths on the same domain.

acl host_public hdr(host) -i public.example.mk
use_backend REGISTAR-REGISTRACIJA if host_public
acl is_publicroot path -i /
acl is_publicdomain hdr(host) -i public.example.mk
redirect code 301 location /farmakovigilanca-public-forms if is_publicroot is_publicdomain

acl is_public hdr(host) -i public.example.mk
acl is_notification path_beg -i /notification-api
use_backend REGISTAR-REGISTRACIJA if is_public is_notification


This is my code. I want to add /notification-api as a new context path, but it does not work. Am I missing something?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!