Merged in osalmi/puppet/fix-ejabberd-bosh-keepalive (pull request #69)

ejabberd: Enable keep-alive for apache bosh proxy
This commit is contained in:
Ossi Salmi 2016-05-27 13:26:20 +03:00
commit d87b4a4d8d

View file

@ -1,3 +1,8 @@
<Directory "/srv/www/https/*/bosh">
AllowOverride All
</Directory>
<Proxy "http://localhost:5280/http-bind/">
# 30 seconds is the default value for mod_http_bind max_inactivity
ProxySet ttl=30
</Proxy>