...
The configuration file is stored on the VM under /opt/ha-proxy-certbot/config/haproxy.cfg and you need to be root to modify it/
There are four essential sections to an HAProxy configuration file. They are global
, defaults
, frontend
, and backend
. These four sections define how the server as a whole performs, what your default settings are, and how client requests are received and routed to your backend servers.
...