X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=supervisor-app.conf;h=c482e864d5d92de93fed95fd95ff3a22e84158b2;hb=refs%2Fchanges%2F05%2F7805%2F1;hp=0aa033e7b78f65c3e7451acbc60ef7a8844f1c4a;hpb=c89a4a0390fd7250179e7a3730aa53a6ce2ede68;p=osm%2FLW-UI.git diff --git a/supervisor-app.conf b/supervisor-app.conf index 0aa033e..c482e86 100644 --- a/supervisor-app.conf +++ b/supervisor-app.conf @@ -1,6 +1,14 @@ [program:app-uwsgi] -command = /usr/local/bin/uwsgi --ini /usr/src/app/django.ini +command = /usr/local/bin/uwsgi --ini /usr/share/osm-lightui/django.ini --log-master environment=DJANGO_ENV="prod" +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stdout_logfile=/dev/stderr +stdout_logfile_maxbytes=0 [program:nginx-app] -command = /usr/sbin/nginx \ No newline at end of file +command = /usr/sbin/nginx +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stdout_logfile=/dev/stderr +stdout_logfile_maxbytes=0 \ No newline at end of file