Added proxy http modules for CentOS
This commit is contained in:
parent
aa69222ecd
commit
9dcd440522
|
@ -149,6 +149,8 @@ vars:
|
||||||
centos::
|
centos::
|
||||||
"modules" data => '[
|
"modules" data => '[
|
||||||
{m:"proxy",f:"mod_proxy"},
|
{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:"proxy_fcgi",f:"mod_proxy_fcgi"},
|
||||||
{m: "autoindex",f:"mod_autoindex"},
|
{m: "autoindex",f:"mod_autoindex"},
|
||||||
{m: "log_config",f:"mod_log_config"},
|
{m: "log_config",f:"mod_log_config"},
|
||||||
|
|
Loading…
Reference in New Issue