mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
src.fp.o: try enabling h2 on backend first
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -5,9 +5,9 @@ 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
|
||||
|
||||
|
||||
WSGIScriptAlias / /var/www/pagure.wsgi
|
||||
Protocols h2 http/1.1
|
||||
|
||||
# SSLEngine on
|
||||
# SSLProtocol all -SSLv2 -SSLv3
|
||||
|
||||
Reference in New Issue
Block a user