From 132246e67e03af480bb6b9d7e23bde0381b9040f Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Wed, 5 May 2021 16:58:18 +0200 Subject: [PATCH] M #~: Lint sunstone-server.conf (#1187) --- src/sunstone/etc/sunstone-server.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/sunstone/etc/sunstone-server.conf b/src/sunstone/etc/sunstone-server.conf index 38b29bf0ef..92d0e7ad73 100644 --- a/src/sunstone/etc/sunstone-server.conf +++ b/src/sunstone/etc/sunstone-server.conf @@ -139,13 +139,14 @@ # UI Settings ################################################################################ # :vnc_proxy_ -# port: port where the vnc proxy will listen. Could be prefixed with an address on which the sever will be listening (ex: 127.0.0.1:29876). -# support_wss: no | yes | only. For yes and only, provide path to -# cert and key. "yes" means both ws and wss connections will be -# supported. -# vnc_proxy_cert: Certificate to encrypt wss connections. -# vnc_proxy_key: Key for wss connections. Only necessary if not included in cert. -# vnc_proxy_ipv6: Enable ipv6 support for novnc-server +# port: port where the vnc proxy will listen. Could be prefixed with +# an address on which the sever will be listening (ex: 127.0.0.1:29876). +# support_wss: no | yes | only. For yes and only, provide path to +# cert and key. "yes" means both ws and wss connections will be +# supported. +# cert: Certificate to encrypt wss connections. +# key: Key for wss connections. Only necessary if not included in cert. +# ipv6: Enable ipv6 support for novnc-server # # :vnc_client_port: port where the vnc JS client will connect # If not set, will use the port section of :vnc_proxy_port