14
modoboa_installer/scripts/files/uwsgi/automx.ini.tpl
Normal file
14
modoboa_installer/scripts/files/uwsgi/automx.ini.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
@@ -1,9 +1,9 @@
|
||||
[uwsgi]
|
||||
uid = %modoboa_user
|
||||
gid = %modoboa_user
|
||||
uid = %app_user
|
||||
gid = %app_user
|
||||
plugins = python
|
||||
home = %modoboa_venv_path
|
||||
chdir = %modoboa_instance_path
|
||||
home = %app_venv_path
|
||||
chdir = %app_instance_path
|
||||
module = instance.wsgi:application
|
||||
master = true
|
||||
processes = %nb_processes
|
||||
Reference in New Issue
Block a user