Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
a67dae57
Commit
a67dae57
authored
Jun 08, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改错误
parent
75f46f19
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
distributed_03.rst
docs/distributed_03.rst
+1
-1
distributed_04.rst
docs/distributed_04.rst
+1
-1
setup_by_centos7.rst
docs/setup_by_centos7.rst
+1
-1
No files found.
docs/distributed_03.rst
View file @
a67dae57
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
$ systemctl enable mariadb
$ systemctl enable mariadb
$ systemctl start mariadb
$ systemctl start mariadb
# 推荐使用该命令进行一些安
装
设置(可跳过)
# 推荐使用该命令进行一些安
全
设置(可跳过)
$ mysql_secure_installation
$ mysql_secure_installation
# 创建数据库及授权,192.168.100.11 是 jumpserver 服务器的 ip
# 创建数据库及授权,192.168.100.11 是 jumpserver 服务器的 ip
...
...
docs/distributed_04.rst
View file @
a67dae57
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
DB_NAME = 'jumpserver'
DB_NAME = 'jumpserver'
# When Django start it will bind this host and port
# When Django start it will bind this host and port
# Django
运行的端口和容器
,部署代理服务器后应该把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# Django
监听的ip和端口
,部署代理服务器后应该把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# ./manage.py runserver 127.0.0.1:8080
# ./manage.py runserver 127.0.0.1:8080
HTTP_BIND_HOST = '127.0.0.1'
HTTP_BIND_HOST = '127.0.0.1'
HTTP_LISTEN_PORT = 8080
HTTP_LISTEN_PORT = 8080
...
...
docs/setup_by_centos7.rst
View file @
a67dae57
...
@@ -146,7 +146,7 @@ CentOS 7 安装文档
...
@@ -146,7 +146,7 @@ CentOS 7 安装文档
DB_NAME = 'jumpserver'
DB_NAME = 'jumpserver'
# When Django start it will bind this host and port
# When Django start it will bind this host and port
# Django
运行的端口和容器
,生产环境推荐把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# Django
监听的ip和端口
,生产环境推荐把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# ./manage.py runserver 127.0.0.1:8080
# ./manage.py runserver 127.0.0.1:8080
HTTP_BIND_HOST = '127.0.0.1'
HTTP_BIND_HOST = '127.0.0.1'
HTTP_LISTEN_PORT = 8080
HTTP_LISTEN_PORT = 8080
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment