4 ms·
I appreciate the HAProxy docs. They're stored as text files in the main code repository, though there are HTML representations. There are three main files: St
by jonathonlacher 2y ago
I appreciate the HAProxy docs. They're stored as text files in the main code repository, though there are HTML representations.
There are three main files:
Starter Guide: https://docs.haproxy.org/3.0/intro.html https://docs.haproxy.org/3.0/intro.html
Configuration Manual: https://docs.haproxy.org/3.0/configuration.html https://docs.haproxy.org/3.0/configuration.html
Management Guide: https://docs.haproxy.org/3.0/management.html https://docs.haproxy.org/3.0/management.html
Having all the similar docs together in the same file (all config options, for example) is refreshingly simple.