mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
- Update action to not configure jwchat anymore. - Update action to not disable jwchat apache configuration. Since the package is no longer installed, this could cause failures. - Update action to no refer to jwchat in comments. - Update jwchat-plinth Apache configuration to not include jwchat anymore. Keep this file name for now instead of renaming it to jsxc-plinth as this would introduce additional complexity with little benefit. - Install package libjs-jsxc instead of jwchat during xmpp setup. - Create jsxc front page shortcut instead of for jwchat. - Perform diagnostics on /http-bind/ URL needed for jwchat instead of /jwchat. - Update links that launch XMPP web client.
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
# 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>
|