1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #~: Lint sunstone-server.conf (#1187)

This commit is contained in:
Sergio Betanzos 2021-05-05 16:58:18 +02:00 committed by GitHub
parent cdcce802fd
commit 132246e67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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