src.fp.o: try enabling h2 on backend first

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-08-03 12:17:26 -07:00
parent ebcf1ff795
commit 977212dcfd

View file

@ -5,10 +5,10 @@ WSGIPythonOptimize 1
WSGIPassAuthorization On WSGIPassAuthorization On
WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 display-name=pagure processes={{ wsgi_procs }} threads={{ wsgi_threads }} inactivity-timeout=300 WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 display-name=pagure processes={{ wsgi_procs }} threads={{ wsgi_threads }} inactivity-timeout=300
WSGIProcessGroup pagureproc WSGIProcessGroup pagureproc
WSGIScriptAlias / /var/www/pagure.wsgi WSGIScriptAlias / /var/www/pagure.wsgi
Protocols h2 http/1.1
# SSLEngine on # SSLEngine on
# SSLProtocol all -SSLv2 -SSLv3 # SSLProtocol all -SSLv2 -SSLv3
# # Use secure TLSv1.1 and TLSv1.2 ciphers # # Use secure TLSv1.1 and TLSv1.2 ciphers