Skip to content

Commit

Permalink
Merge pull request #84 from Icinga/apache
Browse files Browse the repository at this point in the history
Add additional Apache vhost support, add apache module proxy_http
  • Loading branch information
lbetz authored Mar 10, 2023
2 parents 1829230 + bfb2655 commit 6602be9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@

$web_conf_user = $apache::user

include apache::vhosts

include apache::mod::alias
include apache::mod::mime
include apache::mod::status
Expand All @@ -171,6 +173,7 @@
include apache::mod::rewrite
include apache::mod::proxy
include apache::mod::proxy_fcgi
include apache::mod::proxy_http
include apache::mod::ssl

apache::custom_config { 'icingaweb2':
Expand Down

0 comments on commit 6602be9

Please sign in to comment.