]> git.proxmox.com Git - pve-docs.git/commitdiff
pveproxy: fix syntax for snippets/commands and two typos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Apr 2021 13:42:24 +0000 (15:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Apr 2021 13:42:24 +0000 (15:42 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveproxy.adoc

index 08c5f6305ab9f5df6ef8b98bb8836f14281b3ea7..2a5ce0eeb3a7e01efb0d5b99af5b3ef4d622fd28 100644 (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
 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,
 possibly on different sub-nets. It is **not recommended** to set `LISTEN_IP` on