summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-01 15:29:59 -0700
committerit33 <iantien@gmail.com>2015-10-01 15:29:59 -0700
commit6a5ef81981c7d3f30b151c5e6f0ff7fb36fbe80d (patch)
tree6c427ec7a34f1ae4357066163852921157279a97 /doc/install
parent768d90a11852ccf3f49ba63a705d774e0723ae57 (diff)
parent04916a5f9db011b44c624a6975f4b92e3abfb11c (diff)
downloadchat-6a5ef81981c7d3f30b151c5e6f0ff7fb36fbe80d.tar.gz
chat-6a5ef81981c7d3f30b151c5e6f0ff7fb36fbe80d.tar.bz2
chat-6a5ef81981c7d3f30b151c5e6f0ff7fb36fbe80d.zip
Merge pull request #894 from thomas9987/patch-1
Fixed formatting
Diffstat (limited to 'doc/install')
-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;