mirror of https://github.com/huashengdun/webssh
Modified README.md
parent
2e7818e1c4
commit
8b0bd77b5c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue