mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-18 09:10:49 +00:00
Resolves Issue https://github.com/freedombox/Plinth/issues/171 "Update Apache auth config directives"
13 lines
350 B
Plaintext
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>
|