mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Add a note to enable reliable websockets on plugin install (#1758)
* Add a note to enable reliable websockets on plugin install * Update _index.md Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
This commit is contained in:
parent
8651d64c78
commit
78bdf3ccc2
@ -25,3 +25,7 @@ Then upload the Focalboard plugin:
|
||||
## Update your web proxy configuration
|
||||
|
||||
Follow the [steps here](../#with-nginx) to configure your web proxy (NGINX, Apache, etc.) to complete the setup.
|
||||
|
||||
## Enable Reliable Websockets
|
||||
|
||||
The Focalboard plugin requires [the Reliable Websockets feature](https://docs.mattermost.com/configure/configuration-settings.html?highlight=enablereliablewebsockets#enable-reliable-websockets) to be enabled. Check in the Mattermost server configuration that the property `ServiceSettings.EnableReliableWebSockets` is set to `true`. If it's not, enable it, restart the server and reload the clients before using the Focalboard plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user