mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
13 lines
345 B
Plaintext
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>
|