]> git.proxmox.com Git - pve-docs.git/commitdiff
pveproxy: followup wording/typo stuff
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Apr 2021 17:40:21 +0000 (19:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Apr 2021 17:40:21 +0000 (19:40 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveproxy.adoc

index 0ea5658eb380072f0eda796bcac6273c2bfb5210..08c5f6305ab9f5df6ef8b98bb8836f14281b3ea7 100644 (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
 ----------------