binary1ne commited on
Commit
330cf0c
·
verified ·
1 Parent(s): 7a3babc

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +1 -1
supervisord.conf CHANGED
@@ -34,7 +34,7 @@ depends_on=x11vnc
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
 
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"
38
  autorestart=true
39
  priority=300
40
  startretries=5