src.fp.o: try enabling h2 on backend first
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ebcf1ff795
commit
977212dcfd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue