Pagure: only use a single apache process
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ce45b1775e
commit
44ce99733e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ WSGISocketPrefix run/wsgi
|
|||
WSGIRestrictSignal Off
|
||||
WSGIPythonOptimize 1
|
||||
WSGIPassAuthorization On
|
||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=10 threads=6 inactivity-timeout=300
|
||||
# Only use a single process because flask-oidc stores its credentials in a dictionary.
|
||||
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=1 threads=20 inactivity-timeout=300
|
||||
WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300
|
||||
|
||||
Protocols h2 h2c http/1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue