distgit/pagure: on rhel8 it is mandatory to have a WSGIProcessGroup for pagure to work
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
23c94a35d1
commit
3ed325d3b7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ WSGIRestrictSignal Off
|
|||
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
|
||||
|
||||
|
||||
WSGIScriptAlias / /var/www/pagure.wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue