binary1ne commited on
Commit
c4797a1
·
verified ·
1 Parent(s): 0e91470

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +2 -1
supervisord.conf CHANGED
@@ -33,7 +33,8 @@ depends_on=x11vnc
33
 
34
  [program:novnc]
35
  ; Old ✅ command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:7860 --listen 0.0.0.0:5901 --web /opt/novnc"
36
- command=bash -c "sleep 5 && /usr/share/novnc/utils/launch.sh --vnc localhost:5901 --listen 6080"
 
37
  autorestart=true
38
  priority=300
39
  startretries=5
 
33
 
34
  [program:novnc]
35
  ; Old ✅ command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:7860 --listen 0.0.0.0:5901 --web /opt/novnc"
36
+ ;command=bash -c "sleep 5 && /usr/share/novnc/utils/launch.sh --vnc localhost:5901 --listen 6080"
37
+ command=bash -c "sleep 5 && /usr/share/novnc/utils/launch.sh --vnc localhost:5901 --listen 6080 --web /usr/share/novnc --allow-websocket-origin='*'"
38
  autorestart=true
39
  priority=300
40
  startretries=5