From ac30ad18fbb311e109f94f848937597ad92564b9 Mon Sep 17 00:00:00 2001
From: wojiushixiaobai <296015668@qq.com>
Date: Thu, 28 Jun 2018 13:56:10 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/distributed_01.rst   | 1 +
 docs/distributed_04.rst   | 1 +
 docs/quickinstall.rst     | 2 +-
 docs/setup_by_centos7.rst | 1 +
 docs/setup_by_ubuntu.rst  | 1 +
 docs/step_by_step.rst     | 3 ++-
 6 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/distributed_01.rst b/docs/distributed_01.rst
index ddd46080..02cf4d07 100644
--- a/docs/distributed_01.rst
+++ b/docs/distributed_01.rst
@@ -32,3 +32,4 @@ Nginx 代理服务器运行 nginx 服务
 ~~~~~~~
 
 如需要做 HA 或 负载,按照如上方式部署多个应用,数据库做主从,然后在 nginx 代理服务器用负载即可(四层)。
+注意:录像需要自己手动同步或者存放在公共目录。
diff --git a/docs/distributed_04.rst b/docs/distributed_04.rst
index d9d7d8a0..523e6f17 100644
--- a/docs/distributed_04.rst
+++ b/docs/distributed_04.rst
@@ -95,6 +95,7 @@
         ALLOWED_HOSTS = ['*']
 
         # DEBUG 模式 True为开启 False为关闭,默认开启,生产环境推荐关闭
+        # 注意:如果设置了DEBUG = False,访问8080端口页面会显示不正常,需要搭建 nginx 代理才可以正常访问了
         DEBUG = False
 
         # 日志级别,默认为DEBUG,可调整为INFO, WARNING, ERROR, CRITICAL,默认INFO
diff --git a/docs/quickinstall.rst b/docs/quickinstall.rst
index 60220cdb..fe668ce1 100644
--- a/docs/quickinstall.rst
+++ b/docs/quickinstall.rst
@@ -14,7 +14,7 @@
 - Jumpserver 默认端口为 8080/tcp 配置文件在 jumpserver/config.py
 - Coco 默认 SSH 端口为 2222/tcp ,默认 Web Terminal 端口为 5000/tcp 配置文件在 coco/conf.py
 - Guacamole 默认端口为 8081/tcp 在 docker run 时指定
-- Nginx 默认端口为 80/tcp
+- Nginx 默认端口为 80/tcp 配置在 nginx/nginx.conf 中指定
 
 一体化部署文档(基于CentOS 7)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/setup_by_centos7.rst b/docs/setup_by_centos7.rst
index ba60e860..b71b740d 100644
--- a/docs/setup_by_centos7.rst
+++ b/docs/setup_by_centos7.rst
@@ -139,6 +139,7 @@ CentOS 7 安装文档
         ALLOWED_HOSTS = ['*']
 
         # DEBUG 模式 True为开启 False为关闭,默认开启,生产环境推荐关闭
+        # 注意:如果设置了DEBUG = False,访问8080端口页面会显示不正常,需要搭建 nginx 代理才可以正常访问了
         DEBUG = False
 
         # 日志级别,默认为DEBUG,可调整为INFO, WARNING, ERROR, CRITICAL,默认INFO
diff --git a/docs/setup_by_ubuntu.rst b/docs/setup_by_ubuntu.rst
index b2f75d3f..24856810 100644
--- a/docs/setup_by_ubuntu.rst
+++ b/docs/setup_by_ubuntu.rst
@@ -150,6 +150,7 @@
         ALLOWED_HOSTS = ['*']
 
         # DEBUG 模式 True为开启 False为关闭,默认开启,生产环境推荐关闭
+        # 注意:如果设置了DEBUG = False,访问8080端口页面会显示不正常,需要搭建 nginx 代理才可以正常访问了
         DEBUG = False
 
         # 日志级别,默认为DEBUG,可调整为INFO, WARNING, ERROR, CRITICAL,默认INFO
diff --git a/docs/step_by_step.rst b/docs/step_by_step.rst
index 3c1575da..01651af1 100644
--- a/docs/step_by_step.rst
+++ b/docs/step_by_step.rst
@@ -180,6 +180,7 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
         ALLOWED_HOSTS = ['*']
 
         # DEBUG 模式 True为开启 False为关闭,默认开启,生产环境推荐关闭
+        # 注意:如果设置了DEBUG = False,访问8080端口页面会显示不正常,需要搭建 nginx 代理才可以正常访问了
         DEBUG = False
 
         # 日志级别,默认为DEBUG,可调整为INFO, WARNING, ERROR, CRITICAL,默认INFO
@@ -249,7 +250,7 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
 
     # 新版本更新了运行脚本,使用方式./jms start|stop|status|restart all  后台运行请添加 -d 参数
 
-运行不报错,请浏览器访问 http://192.168.244.144:8080/  默认账号: admin 密码: admin 页面显示不正常先不用处理,搭建 nginx 代理就可以正常访问了
+运行不报错,请浏览器访问 http://192.168.244.144:8080/  默认账号: admin 密码: admin 页面显示不正常先不用处理,跟着教程继续操作就行,后面搭建 nginx 代理就可以正常访问了
 
 三. 安装 SSH Server 和 WebSocket Server: Coco
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
2.18.0