pveproxy: fix syntax for snippets/commands and two typos

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-28 15:42:24 +02:00
parent 442c68eaa9
commit a3b4a546c4

View File

@ -69,11 +69,15 @@ be configured on the system.
This can be used to listen only to an internal interface and thus have less This can be used to listen only to an internal interface and thus have less
exposure to the public internet: exposure to the public internet:
LISTEN_IP="192.0.2.1" ----
LISTEN_IP="192.0.2.1"
----
Similarly you can also set a n IPv6 address: Similarly, you can also set an IPv6 address:
LISTEN_IP="2001:db8:85a3::1" ----
LISTEN_IP="2001:db8:85a3::1"
----
WARNING: The nodes in a cluster need access to `pveproxy` for communication, WARNING: The nodes in a cluster need access to `pveproxy` for communication,
possibly on different sub-nets. It is **not recommended** to set `LISTEN_IP` on possibly on different sub-nets. It is **not recommended** to set `LISTEN_IP` on