Files
modoboa-installer/modoboa_installer/scripts/files/uwsgi/automx.ini.tpl
Antoine Nguyen 5f36d6231f Added automx support.
see #98
2017-02-09 14:40:39 +01:00

15 lines
255 B
Smarty

[uwsgi]
uid = %app_user
gid = %app_user
plugins = python
home = %app_venv_path
chdir = %app_instance_path
module = automx_wsgi
master = true
vhost = true
harakiri = 60
processes = %nb_processes
socket = %uwsgi_socket_path
chmod-socket = 660
vacuum = true