summaryrefslogtreecommitdiffstats
path: root/doc/install/Production-Debian.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/Production-Debian.md')
-rw-r--r--doc/install/Production-Debian.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/Production-Debian.md b/doc/install/Production-Debian.md
index efabb8c21..e33dd2960 100644
--- a/doc/install/Production-Debian.md
+++ b/doc/install/Production-Debian.md
@@ -265,8 +265,8 @@ exit 0
Common Name (e.g. server FQDN or YOUR name) []:mattermost.example.com
Email Address []:admin@mattermost.example.com
```
-1. Modify the file at `/etc/nginx/sites-available/mattermost` and add the following lines
- *
+1. Run `openssl dhparam -out dhparam.pem 4096` (it will take some time).
+1. Modify the file at `/etc/nginx/sites-available/mattermost` and add the following lines:
```
server {
listen 80;