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

15 lines
277 B
Smarty

[uwsgi]
uid = %app_user
gid = %app_user
plugins = python
home = %app_venv_path
chdir = %app_instance_path
module = instance.wsgi:application
master = true
processes = %nb_processes
vhost = true
no-default-app = true
socket = %uwsgi_socket_path
chmod-socket = 660
vacuum = true