Skip to content

Commit

Permalink
fix: update nginx command in supervisord configuration to specify err…
Browse files Browse the repository at this point in the history
…or log path
  • Loading branch information
shyim committed Oct 14, 2024
1 parent 02241d4 commit a66a18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/rootfs/etc/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0

[program:nginx]
command=/usr/sbin/nginx
command=/usr/sbin/nginx -e /tmp/error.log
redirect_stderr=true
stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0

0 comments on commit a66a18c

Please sign in to comment.