Skip to content

Commit

Permalink
wrong repository
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfreyer committed Nov 15, 2018
1 parent 9969f26 commit fb2d283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python2.7-alpine3.8/supervisord.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nodaemon=true

[program:uwsgi]
command=bash -c "unset UWSGI_INI && /usr/sbin/uwsgi --ini /etc/uwsgi/uwsgi.ini --die-on-term --need-app --plugin python"
command=/usr/sbin/uwsgi --ini /etc/uwsgi/uwsgi.ini --die-on-term --need-app --plugin python
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
Expand Down

0 comments on commit fb2d283

Please sign in to comment.