Actually bind flask-admin to the mail servers

This commit is contained in:
Pierre Jaury
2016-02-20 20:11:59 +01:00
parent 61c99c7014
commit 48fbf737ce
13 changed files with 98 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
[supervisord]
nodaemon = true
logfile = /var/log/supervisor/supervisord.log
[program:postfix]
command = /usr/lib/postfix/master -d
@@ -12,3 +13,9 @@ command = /usr/sbin/spamd
[program:rsyslog]
command = rsyslogd -n
[program:admin]
command = uwsgi --yaml /etc/uwsgi/apps-enabled/freeposte.yml
[program:nginx]
command = nginx -g 'daemon off;'