Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
don´t start Foreman proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis Warnat committed Jul 4, 2023
1 parent e49276d commit bb6f7c5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions etc_master/supervisor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
;stopsignal=QUIT

[program:foreman-proxy]
command=/usr/local/bin/prefix-log bundle exec /github.com/smart-proxy/bin/smart-proxy
;command=/usr/local/bin/prefix-log /usr/share/foreman-proxy/bin/smart-proxy --no-daemonize
;stdout_logfile=/dev/fd/1
;[program:foreman-proxy]
;command=/usr/local/bin/prefix-log bundle exec /github.com/smart-proxy/bin/smart-proxy
;;command=/usr/local/bin/prefix-log /usr/share/foreman-proxy/bin/smart-proxy --no-daemonize
;;stdout_logfile=/dev/fd/1
;;stdout_logfile_maxbytes=0
;;redirect_stderr=true
;;command=/usr/local/bin/prefix-log /usr/sbin/nginx -g "daemon off; error_log /dev/stderr info;"
;;autostart=true
;;autorestart=true
;;priority=10
;stdout_events_enabled=true
;stderr_events_enabled=true
;stdout_logfile=/dev/stdout
;stdout_logfile_maxbytes=0
;redirect_stderr=true
;command=/usr/local/bin/prefix-log /usr/sbin/nginx -g "daemon off; error_log /dev/stderr info;"
;autostart=true
;autorestart=true
;priority=10
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
;stderr_logfile=/dev/stderr
;stderr_logfile_maxbytes=0
;stopsignal=QUIT

[include]
Expand Down

0 comments on commit bb6f7c5

Please sign in to comment.