Alfred
Results
2
comments of
Alfred
I also tried to add a new servers in the backend but it didn't succeed as well. `curl -sk -u 'admin:adminpwd' -H "Content-Type:application/json" -X POST -d '{"name": "app3", "address": "192.168.1.23",...
More info: haproxy.cfg ``` global maxconn 4000 log /dev/log local0 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid user haproxy group haproxy stats socket /var/run/haproxy.sock user haproxy group haproxy mode 660 level admin expose-fd...