From 9dcd440522680f95e398afd316cb8617706e4c2d Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Fri, 3 Nov 2023 08:51:35 +0100 Subject: [PATCH] Added proxy http modules for CentOS --- apache.cf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache.cf b/apache.cf index b7274c5..e5243b2 100644 --- a/apache.cf +++ b/apache.cf @@ -149,6 +149,8 @@ vars: centos:: "modules" data => '[ {m:"proxy",f:"mod_proxy"}, + {m:"proxy_http",f:"mod_proxy_http"}, + {m:"proxy_http2",f:"mod_proxy_http2"}, {m:"proxy_fcgi",f:"mod_proxy_fcgi"}, {m: "autoindex",f:"mod_autoindex"}, {m: "log_config",f:"mod_log_config"},