Commit 2e7818e1 by Sheng

Added tips

parent a4eeb775
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment