puppet/ejabberd/files/ejabberd-httpd.conf
Ossi Salmi cfec426af7 ejabberd: Enable keep-alive for apache bosh proxy
Add the Proxy directive to associate a worker to the bosh url, this
enables keep-alive for the connections proxied via mod_rewrite.
2016-04-25 15:13:31 +03:00

8 lines
209 B
Text

<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>