summaryrefslogtreecommitdiffstats
path: root/doc/install/prod-ubuntu.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/prod-ubuntu.md')
-rw-r--r--doc/install/prod-ubuntu.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install/prod-ubuntu.md b/doc/install/prod-ubuntu.md
index 946f49f38..b68c4ef4a 100644
--- a/doc/install/prod-ubuntu.md
+++ b/doc/install/prod-ubuntu.md
@@ -90,8 +90,7 @@ exec bin/platform
1. Configure Nginx to proxy connections from the internet to the Mattermost Server
* Create a configuration for Mattermost
* ``` sudo touch /etc/nginx/sites-available/mattermost```
- * Below is a sample configuration with the minimum settings required to configure Mattermost.
- *
+ * Below is a sample configuration with the minimum settings required to configure Mattermost
```
server {
server_name mattermost.example.com;