haproxy public development tree
Go to file
Ilya Shipitsin 8525fd95b2 DOC: configuration.txt: fix various typos
This was done using automatic spellcheck.
2020-03-06 08:25:14 +01:00
.github
contrib CLEANUP: contrib/spoa_example: Fix several typos 2020-03-04 15:30:00 +01:00
doc DOC: configuration.txt: fix various typos 2020-03-06 08:25:14 +01:00
ebtree
examples
include OPTIM: startup: fast unique_id allocation for acl. 2020-03-06 08:11:58 +01:00
reg-tests REGTEST: Add unique-id reg-test 2020-03-05 07:23:00 +01:00
scripts
src OPTIM: startup: fast unique_id allocation for acl. 2020-03-06 08:11:58 +01:00
tests
.cirrus.yml
.gitignore
.travis.yml
BRANCHES
CHANGELOG
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile BUILD: makefile: do not modify the build options during make reg-tests 2020-03-04 19:29:12 +01:00
README
ROADMAP
SUBVERS
VERDATE
VERSION

README

The HAProxy documentation has been split into a number of different files for
ease of use.

Please refer to the following files depending on what you're looking for :

  - INSTALL for instructions on how to build and install HAProxy
  - BRANCHES to understand the project's life cycle and what version to use
  - LICENSE for the project's license
  - CONTRIBUTING for the process to follow to submit contributions

The more detailed documentation is located into the doc/ directory :

  - doc/intro.txt for a quick introduction on HAProxy
  - doc/configuration.txt for the configuration's reference manual
  - doc/lua.txt for the Lua's reference manual
  - doc/SPOE.txt for how to use the SPOE engine
  - doc/network-namespaces.txt for how to use network namespaces under Linux
  - doc/management.txt for the management guide
  - doc/regression-testing.txt for how to use the regression testing suite
  - doc/peers.txt for the peers protocol reference
  - doc/coding-style.txt for how to adopt HAProxy's coding style
  - doc/internals for developer-specific documentation (not all up to date)