From 24415f5b2420b6202f638fc750a383bad1c90ea0 Mon Sep 17 00:00:00 2001 From: guanghongwei <hongwei.guang@yolu-inc.com> Date: Wed, 12 Nov 2014 18:25:09 +0800 Subject: [PATCH] bugfix --- jumpserver.conf | 2 +- webroot/AutoSa/templates/logView.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jumpserver.conf b/jumpserver.conf index 46c958fb..9afed328 100644 --- a/jumpserver.conf +++ b/jumpserver.conf @@ -16,4 +16,4 @@ ldap_host = ldap://127.0.0.1:389 ldap_base_dn = dc=yolu,dc=com admin_cn = cn=admin,dc=yolu,dc=com admin_pass = VNLqNCjpNBIetEoCA2h3 -web_socket_host = 172.10.10.9 \ No newline at end of file +web_socket_host = 172.10.10.9:3000 \ No newline at end of file diff --git a/webroot/AutoSa/templates/logView.html b/webroot/AutoSa/templates/logView.html index bde851d7..13a8cced 100644 --- a/webroot/AutoSa/templates/logView.html +++ b/webroot/AutoSa/templates/logView.html @@ -39,7 +39,7 @@ {% endfor %} </tbody> </table> - <script src="http://{{ web_socket_host }}:3000/socket.io/socket.io.js"></script> + <script src="http://{{ web_socket_host }}/socket.io/socket.io.js"></script> <script > -- 2.18.0