Added tips

pull/4/head
Sheng 2017-11-09 16:41:05 +08:00
parent a4eeb775c3
commit 2e7818e1c4
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ location / {
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}
```
### 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.