Skip to content

Commit

Permalink
Test: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Jul 20, 2024
1 parent 8ec5497 commit c625754
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/supervisord-master.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ user=www-data
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/nginx.err.log
stdout_logfile=/var/log/supervisor/nginx.out.log
;stderr_logfile=/var/log/supervisor/nginx.err.log
;stdout_logfile=/var/log/supervisor/nginx.out.log
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
user=www-data

[program:cron]
Expand Down

0 comments on commit c625754

Please sign in to comment.