mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-06 04:25:18 +00:00
addded settins parameteres for proxying
This commit is contained in:
parent
40738d7920
commit
1492e69097
1 changed files with 8 additions and 1 deletions
|
@ -106,6 +106,13 @@ WS_HOST = '0.0.0.0'
|
|||
# Websock public port
|
||||
WS_PUBLIC_HOST = None
|
||||
|
||||
# Websock public port - default is 80 - uncomment 443 and comment 80 if you want to use vnc over https
|
||||
WS_PUBLIC_PORT = 80
|
||||
#WS_PUBLIC_PORT = 443
|
||||
|
||||
# Websock pubic path
|
||||
WS_PUBLIC_PATH = '/novncd/'
|
||||
|
||||
# Websock SSL connection
|
||||
WS_CERT = None
|
||||
|
||||
|
|
Loading…
Reference in a new issue