nginx integration
[osm/LW-UI.git] / supervisor-app.conf
diff --git a/supervisor-app.conf b/supervisor-app.conf
new file mode 100644 (file)
index 0000000..0aa033e
--- /dev/null
@@ -0,0 +1,6 @@
+[program:app-uwsgi]
+command = /usr/local/bin/uwsgi --ini /usr/src/app/django.ini
+environment=DJANGO_ENV="prod"
+
+[program:nginx-app]
+command = /usr/sbin/nginx
\ No newline at end of file