Merge pull request #72 from kaakaa/patch-1

Fix setup command
This commit is contained in:
Chen-I Lim 2021-03-13 10:06:16 -08:00 committed by GitHub
commit 7a35f3d3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ server {
Enable the site, test the config, and reload NGINX:
```
sudo ln -s /etc/nginx/sites-enabled/focalboard /etc/nginx/sites-available/focalboard
sudo ln -s /etc/nginx/sites-available/focalboard /etc/nginx/sites-enabled/focalboard
sudo nginx -t
sudo /etc/init.d/nginx reload
```
@ -193,4 +193,4 @@ To access the server remotely, open a browser to its IP address or domain.
## Set up the server
Refer to the [server setup guide](/guide/server-setup/) to complete server setup.
Refer to the [server setup guide](/guide/server-setup/) to complete server setup.