From fea58f762bf47782839aca916bfa2d2343df7798 Mon Sep 17 00:00:00 2001 From: Sheng Date: Tue, 27 Feb 2018 07:09:57 +0800 Subject: [PATCH] Updated README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b1ce33..0b5c930 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,4 @@ location / { ``` ### Tips -* If you want to run it in a production server, please disable debug mode, set debug as False in settings. * Try to use Nginx as a front web server (see config example above) and enable SSL, this will prevent your ssh credentials from being uncovered. Also afterwards the communication between your browser and the web server will be encrypted as they use secured websockets.