Skip to content

Commit

Permalink
Remove comment about websockify command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Oct 14, 2023
1 parent a792b7f commit 5ebc297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/novnc_proxy
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ else
fi

echo "Starting webserver and WebSockets proxy on${HOST:+ host ${HOST}} port ${PORT}"
#${HERE}/websockify --web ${WEB} ${CERT:+--cert ${CERT}} ${LISTEN} ${VNC_DEST} &
${WEBSOCKIFY} ${SYSLOG_ARG} ${SSLONLY} ${FILEONLY_ARG} --web ${WEB} ${CERT:+--cert ${CERT}} ${KEY:+--key ${KEY}} ${LISTEN} ${VNC_DEST} ${HEARTBEAT_ARG} ${IDLETIMEOUT_ARG} ${RECORD_ARG} ${TIMEOUT_ARG} ${WEBAUTH_ARG} ${AUTHPLUGIN_ARG} ${AUTHSOURCE_ARG} &
proxy_pid="$!"
sleep 1
Expand Down

0 comments on commit 5ebc297

Please sign in to comment.