pveproxy: followup wording/typo stuff

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-24 19:40:21 +02:00
parent fa25e615f3
commit a22c19c35e

View File

@ -63,7 +63,8 @@ Listening IP
------------
By setting `LISTEN_IP` in `/etc/default/pveproxy` you can control to which IP
address the daemon binds. The IP address needs to be configured on the system.
address the `pveproxy` and `spiceproxy` daemons bind. The IP-address needs to
be configured on the system.
This can be used to listen only to an internal interface and thus have less
exposure to the public internet:
@ -74,8 +75,9 @@ Similarly you can also set a n IPv6 address:
LISTEN_IP="2001:db8:85a3::1"
WARNING: The nodes in a cluster need access to pveproxy for communictation.
It is not recommended to set `LISTEN_IP` on clustered systems.
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
clustered systems.
SSL Cipher Suite
----------------