2015-09-29 19:28:50 -04:00

13 lines
350 B
Plaintext

Alias /jwchat /usr/share/jwchat/www
<Directory /usr/share/jwchat/www>
Options +Indexes +Multiviews +FollowSymLinks
</Directory>
# proxy for BOSH server
ProxyPass /http-bind/ http://localhost:5280/http-bind/
ProxyPassReverse /http-bind/ http://localhost:5280/http-bind/
<Proxy http://localhost:5280/http-bind/*>
Require all granted
</Proxy>