Working setup for CentOS.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
# Enable installed protocols
|
||||
!include_try /usr/share/dovecot/protocols.d/*.protocol
|
||||
%protocols
|
||||
|
||||
# A comma separated list of IPs or hosts where to listen in for connections.
|
||||
# "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces.
|
||||
|
||||
@@ -6,8 +6,9 @@ home = %modoboa_venv_path
|
||||
chdir = %modoboa_instance_path
|
||||
module = instance.wsgi:application
|
||||
master = true
|
||||
harakiri = 60
|
||||
processes = %nb_processes
|
||||
vhost = true
|
||||
no-default-app = true
|
||||
socket = %uwsgi_socket_path
|
||||
socket = %uwsgi_socket_path
|
||||
chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
Reference in New Issue
Block a user