webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit ec57a9137abf1965377704999c5db2cd6d284fa5
parent 141bb873d92e66a527add0663a066c2d446da291
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 23 Nov 2017 18:07:44 +0800

Updated README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ $ python main.py $ python main.py --help ``` -### A config example for putting Nginx as a front web server +### Nginx config example for running this app behind an nginx server ``` location / { proxy_pass http://127.0.0.1:8888;