Initial commit

This commit is contained in:
2017-04-29 06:17:22 +03:00
commit 8c26558f2a
10 changed files with 4763 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[program:drop]
user = www-data
directory = /srv/apps/drop
command = /srv/apps/drop/venv/bin/uwsgi --ini /srv/apps/drop/configs/uwsgi.ini
autostart = true
autorestart = true
stderr_logfile = /srv/apps/drop/logs/uwsgi_err.log
stdout_logfile = /srv/apps/drop/logs/uwsgi_out.log
stopsignal = INT