@furkan wrote:
This is my configuration from haproxy.cfg
acl test-service path_beg /test
use_backend test-service if test-service
backend test-service
reqrep ^(.)/$\ /test(.) \1\ /\2
balance roundrobin
server manager01 127.0.0.1:7081I want to remove trailing slash from my api url and also redirect all request to non-slash
Deserved api url:
-> blabla.com/test/abcdCould you help me about it?
Best regards,
Posts: 1
Participants: 1