From 8b0bd77b5cf96e50a0c96b79654f669f2f47a762 Mon Sep 17 00:00:00 2001 From: Sheng Date: Thu, 9 Nov 2017 16:45:05 +0800 Subject: [PATCH] Modified README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcb4896..e759f8b 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,5 @@ location / { ``` ### Tips -* If you want to run it in production server, please disable debug mode, set debug as False in settings. -* Try to use Nginx a front web server and enable HTTPS, this will prevent your ssh credentials from being uncovered. Also the communication between your browser and the web server will be encrypted as they use secured websockets. +* If you want to run it in a production server, please disable debug mode, set debug as False in settings. +* Try to use Nginx a front web server (see config example above) and enable HTTPS, this will prevent your ssh credentials from being uncovered. Also the communication between your browser and the web server will be encrypted as they use secured websockets.