2015-05-24 17:25:54 +05:30

13 lines
345 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/*>
Allow from all
</Proxy>