Actually bind flask-admin to the mail servers
This commit is contained in:
16
config/uwsgi/apps-enabled/freeposte.yml
Normal file
16
config/uwsgi/apps-enabled/freeposte.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
uwsgi:
|
||||
socket: /var/run/freeposte.sock
|
||||
chown-socket: www-data:www-data
|
||||
pidfile: /var/run/freeposte.pid
|
||||
master: true
|
||||
workers: 2
|
||||
|
||||
vacuum: true
|
||||
plugins: python
|
||||
wsgi-file: /admin/run.py
|
||||
callable: app
|
||||
processes: 1
|
||||
pythonpath: /usr/lib/python2.7/site-packages
|
||||
pythonpath: /admin
|
||||
catch-exceptions: true
|
||||
post-buffering: 8192
|
||||
Reference in New Issue
Block a user