diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 5e59e92..88078be 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -104,6 +104,9 @@ WS_PORT = 6080 WS_HOST = '0.0.0.0' # Websock public port +WS_PUBLIC_PORT = '443' + +# Websock public host WS_PUBLIC_HOST = None # Websock SSL connection