forked from infra/ansible
pagure: Set WSGIApplicationGroup %{GLOBAL} for dist-git to prevent httpd core dumps
Fixes #12670. Signed-off-by: Victor Koycheff <victorkoycheff@gmail.com>
This commit is contained in:
parent
b601ca4c6e
commit
88f10244e1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ WSGIPythonOptimize 1
|
|||
WSGIPassAuthorization On
|
||||
WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 display-name=pagure processes={{ wsgi_procs }} threads={{ wsgi_threads }} inactivity-timeout=300
|
||||
WSGIProcessGroup pagureproc
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIScriptAlias / /var/www/pagure.wsgi
|
||||
|
||||
Protocols h2 http/1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue