summaryrefslogtreecommitdiffstats
path: root/doc/install/prod-ubuntu.md
diff options
context:
space:
mode:
authorthomas9987 <tom@testpanda.co>2015-10-01 12:30:47 -0700
committerthomas9987 <tom@testpanda.co>2015-10-01 12:30:47 -0700
commit04916a5f9db011b44c624a6975f4b92e3abfb11c (patch)
tree8637a25a6badaad34bd381975ca6c05ab7620c5b /doc/install/prod-ubuntu.md
parente0c3d74146ffa608aa83a5e44e52976b9a7f56d2 (diff)
downloadchat-04916a5f9db011b44c624a6975f4b92e3abfb11c.tar.gz
chat-04916a5f9db011b44c624a6975f4b92e3abfb11c.tar.bz2
chat-04916a5f9db011b44c624a6975f4b92e3abfb11c.zip
Fixed formatting
Removed empty bullet point
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 866b1bdbe..2c7edcb6b 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;