Skip to content

Commit

Permalink
Merge pull request #1 from protocolpaladin/protocolpaladin-patch-1
Browse files Browse the repository at this point in the history
Update supervisord.conf
  • Loading branch information
protocolpaladin committed Aug 9, 2023
2 parents 9743fcb + 8611aa1 commit 5f0e4dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0

[program:nginx]
command=/bin/sh -c "
envsubst '${SERVER_NAME}' < /etc/nginx/templates/mercator.conf > /etc/nginx/http.d/mercator.conf;
nginx -g 'daemon off; pid /tmp/nginx.pid; error_log /dev/stdout info;'"
command=/bin/sh -c "nginx -g 'daemon off; pid /tmp/nginx.pid; error_log /dev/stdout info;'"
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stdout_logfile_maxbytes=0

0 comments on commit 5f0e4dc

Please sign in to comment.