From 977212dcfd04daa976856cd014a5dd84040ef55a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Aug 2022 12:17:26 -0700 Subject: [PATCH] src.fp.o: try enabling h2 on backend first Signed-off-by: Kevin Fenzi --- roles/distgit/pagure/templates/z_pagure.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/distgit/pagure/templates/z_pagure.conf b/roles/distgit/pagure/templates/z_pagure.conf index 2a7f5deec3..2f1ed01598 100644 --- a/roles/distgit/pagure/templates/z_pagure.conf +++ b/roles/distgit/pagure/templates/z_pagure.conf @@ -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