From 81f9578cd743dba4411e09af98c513df51635776 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 7 Dec 2021 18:35:40 +0100 Subject: [PATCH] copr-be: enable mod_openssl Fixes: https://pagure.io/copr/copr/issue/2000 --- roles/copr/backend/templates/lighttpd/lighttpd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/copr/backend/templates/lighttpd/lighttpd.conf b/roles/copr/backend/templates/lighttpd/lighttpd.conf index f325daacd7..a2123e1381 100644 --- a/roles/copr/backend/templates/lighttpd/lighttpd.conf +++ b/roles/copr/backend/templates/lighttpd/lighttpd.conf @@ -84,9 +84,8 @@ server.modules = ( "mod_redirect", "mod_rewrite", "mod_indexfile", - "mod_cgi"{% if devel %}, + "mod_cgi", "mod_openssl" -{% endif %} ) ##