Update Readme.rst formatting
This commit is contained in:
parent
fafaa064f7
commit
2e242bf487
1 changed files with 5 additions and 7 deletions
12
README.rst
12
README.rst
|
@ -1,9 +1,7 @@
|
||||||
haproxy
|
haproxy
|
||||||
=======
|
=======
|
||||||
---
|
|
||||||
|
|
||||||
haproxy
|
**haproxy:**
|
||||||
-------
|
|
||||||
|
|
||||||
Install, configure and run haproxy based on:
|
Install, configure and run haproxy based on:
|
||||||
|
|
||||||
|
@ -53,7 +51,7 @@ Currently, only a handful of options can be set using the pillar:
|
||||||
+ redirect: if set, can be used to redirect; simply a string, not parsed
|
+ redirect: if set, can be used to redirect; simply a string, not parsed
|
||||||
+ servers: a list of servers this backend will contact, is looped over; per server you can set:
|
+ servers: a list of servers this backend will contact, is looped over; per server you can set:
|
||||||
|
|
||||||
+ name: name of the server for haproxy
|
+ name: name of the server for haproxy
|
||||||
+ host: the host to be contacted
|
+ host: the host to be contacted
|
||||||
+ port: the port to contact the server on
|
+ port: the port to contact the server on
|
||||||
+ check: set to check to enable checking
|
+ check: set to check to enable checking
|
Loading…
Reference in a new issue