liuzheng712
5098b1c696
fix(run_websocket.py): remote IP get bug
...
when use nginx self.request.headers.get(X-Real-IP) will get real remote IP,
self.request.remote_ip will get 127.0.0.1 ; if not it will git null, so need to use
self.request.remote_ip for get the ip
2016-02-26 22:48:07 +08:00
liuzheng712
318a053dbf
real ip
2016-02-26 10:38:04 +08:00
liuzheng712
1816723f16
fix(run_websocket.py): get real ip from headers
2016-02-25 22:43:52 +08:00
liuzheng712
9c93d5a8d2
add /ws/
2016-02-25 20:42:35 +08:00
liuzheng712
4f75f76db8
fix: web socket url update
2016-02-25 20:05:20 +08:00
liuzheng712
92e9f988f3
feat(run_websocket.py): add main function, it need only run run_websocket.py
...
I want to run one program at once, open two terminal is ridiculous
2016-02-25 16:51:41 +08:00
ibuler
f268af945f
修复web执行命令没有结果
2016-01-04 12:01:47 +08:00
ibuler
7bef517518
支持修改窗口大小
2016-01-01 22:38:50 +08:00
ibuler
1b7ee3b575
返回上个版本
2015-12-26 11:09:48 +08:00
ibuler
9eb64466bc
fix user perm group perm
2015-12-25 20:26:31 +08:00
ibuler
835e32b1cc
service.sh 脚本修改
2015-12-21 14:28:12 +08:00
ibuler
f17001e86c
fix comment
2015-12-21 11:12:52 +08:00
ibuler
7b792907d3
merge with dev
2015-12-19 17:27:12 +08:00