Updated links (#1188)
Updated the links which got updated externally Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
parent
dc363ae1bd
commit
a50ee95c03
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ The Focalboard plugin requires websocket traffic to be passed by the proxy. Upda
|
|||
|
||||
### With NGINX
|
||||
|
||||
After following the standard [Mattermost install steps](https://docs.mattermost.com/install/install-ubuntu-1804.html#configuring-nginx-as-a-proxy-for-mattermost-server), edit `/etc/nginx/sites-available/mattermost` and add this section to it:
|
||||
After following the standard [Mattermost install steps](https://docs.mattermost.com/install/installing-ubuntu-1804-LTS.html#configuring-nginx-as-a-proxy-for-mattermost-server), edit `/etc/nginx/sites-available/mattermost` and add this section to it:
|
||||
|
||||
```
|
||||
location ~ /plugins/focalboard/ws/* {
|
||||
|
@ -49,7 +49,7 @@ Restart NGINX with `sudo systemctl restart nginx`.
|
|||
|
||||
### With Apache (unofficial)
|
||||
|
||||
After following the [install guide for Apache and Mattermost](https://docs.mattermost.com/install/config-apache2.html#configuring-apache2-as-a-proxy-for-mattermost-server-unofficial), modify the web sockets section in `/etc/apache2/sites-available` as follows:
|
||||
After following the [install guide for Apache and Mattermost](https://docs.mattermost.com/configure/configuring-apache2.html#configuring-apache2-as-a-proxy-for-mattermost-server-unofficial), modify the web sockets section in `/etc/apache2/sites-available` as follows:
|
||||
|
||||
```
|
||||
# Set web sockets
|
||||
|
@ -79,4 +79,4 @@ You can use this to create private boards:
|
|||
|
||||
Only members of that private channel can access the board.
|
||||
|
||||
You can use the [share board](/guide/user/#sharing-boards) feature to share a read-only board with anyone (incuding unauthenticated users) who has the generated link.
|
||||
You can use the [share board](/guide/user/#sharing-boards) feature to share a read-only board with anyone (incuding unauthenticated users) who has the generated link.
|
||||
|
|
Loading…
Reference in a new issue