diff --git a/apps/rego-tunnel/build/supervisord.conf b/apps/rego-tunnel/build/supervisord.conf index 1c3b949..749a8af 100755 --- a/apps/rego-tunnel/build/supervisord.conf +++ b/apps/rego-tunnel/build/supervisord.conf @@ -40,7 +40,7 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:novnc] -command=/usr/share/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 8006 +command=/usr/bin/websockify --web /usr/share/novnc 8006 localhost:5900 --auth-plugin BasicHTTPAuth --auth-source alexz:Az@83278327$$@@ autostart=true autorestart=true priority=30