ejabberd: Include apache modules required for bosh proxy
This commit is contained in:
parent
7f92851e16
commit
86a06817bd
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ class ejabberd {
|
||||||
}
|
}
|
||||||
|
|
||||||
if $ejabberd_webhosts {
|
if $ejabberd_webhosts {
|
||||||
|
include apache::mod::proxy
|
||||||
|
include apache::mod::proxy_http
|
||||||
|
include apache::mod::rewrite
|
||||||
|
|
||||||
file { $htdocs:
|
file { $htdocs:
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => "0755",
|
mode => "0755",
|
||||||
|
|
Loading…
Add table
Reference in a new issue