Amend last commit, don't use more processes than CPUs, use threads instead
This commit is contained in:
parent
e63be6e58a
commit
ad4d7fc33e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Alias /static {{ mailman_webui_basedir }}/static
|
|||
#CustomLog /var/log/httpd/webui_access.log combined
|
||||
|
||||
WSGIScriptAlias / {{ mailman_webui_confdir }}/webui.wsgi
|
||||
WSGIDaemonProcess webui display-name=webui maximum-requests=1000 processes=8 threads=10
|
||||
WSGIDaemonProcess webui display-name=webui maximum-requests=1000 processes=4 threads=30
|
||||
WSGISocketPrefix run/wsgi
|
||||
WSGIRestrictStdout On
|
||||
WSGIRestrictSignal Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue