From 977212dcfd04daa976856cd014a5dd84040ef55a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 03 2022 19:17:26 +0000 Subject: src.fp.o: try enabling h2 on backend first Signed-off-by: Kevin Fenzi --- diff --git a/roles/distgit/pagure/templates/z_pagure.conf b/roles/distgit/pagure/templates/z_pagure.conf index 2a7f5de..2f1ed01 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