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
08aa7843
Commit
08aa7843
authored
Sep 28, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改安装文档
parent
4087b714
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
6 deletions
+4
-6
setup_by_centos7.rst
docs/setup_by_centos7.rst
+1
-1
setup_by_local.rst
docs/setup_by_local.rst
+1
-1
setup_by_optimization.rst
docs/setup_by_optimization.rst
+0
-2
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+1
-1
step_by_step.rst
docs/step_by_step.rst
+1
-1
No files found.
docs/setup_by_centos7.rst
View file @
08aa7843
...
@@ -323,7 +323,7 @@ CentOS 7 安装文档
...
@@ -323,7 +323,7 @@ CentOS 7 安装文档
server {
server {
listen 80;
listen 80;
client_max_body_size 100m; # 录像上传大小限制
client_max_body_size 100m; # 录像
及文件
上传大小限制
location /luna/ {
location /luna/ {
try_files $uri / /index.html;
try_files $uri / /index.html;
...
...
docs/setup_by_local.rst
View file @
08aa7843
...
@@ -327,7 +327,7 @@ CentOS 7 组件离线安装文档
...
@@ -327,7 +327,7 @@ CentOS 7 组件离线安装文档
listen 80;
listen 80;
server_name demo.jumpserver.org; # 修改成你的域名
server_name demo.jumpserver.org; # 修改成你的域名
client_max_body_size 100m; # 录像上传大小限制
client_max_body_size 100m; # 录像
及文件
上传大小限制
location /luna/ {
location /luna/ {
try_files $uri / /index.html;
try_files $uri / /index.html;
...
...
docs/setup_by_optimization.rst
View file @
08aa7843
...
@@ -17,8 +17,6 @@
...
@@ -17,8 +17,6 @@
...
...
LOG_LEVEL = os.environ.get("LOG_LEVEL") or 'ERROR'
LOG_LEVEL = os.environ.get("LOG_LEVEL") or 'ERROR'
...
...
HTTP_BIND_HOST = '127.0.0.1'
...
$ cd /opt/coco
$ cd /opt/coco
...
...
docs/setup_by_ubuntu.rst
View file @
08aa7843
...
@@ -433,7 +433,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -433,7 +433,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
server_name _;
server_name _;
## 新增如下内容,以上内容是原文内容,请从这一行开始复制
## 新增如下内容,以上内容是原文内容,请从这一行开始复制
client_max_body_size 100m; # 录像上传大小限制
client_max_body_size 100m; # 录像
及文件
上传大小限制
location /luna/ {
location /luna/ {
try_files $uri / /index.html;
try_files $uri / /index.html;
...
...
docs/step_by_step.rst
View file @
08aa7843
...
@@ -480,7 +480,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -480,7 +480,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
server {
server {
listen 80; # 代理端口,以后将通过此端口进行访问,不再通过8080端口
listen 80; # 代理端口,以后将通过此端口进行访问,不再通过8080端口
client_max_body_size 100m; # 录像上传大小限制
client_max_body_size 100m; # 录像
及文件
上传大小限制
location /luna/ {
location /luna/ {
try_files $uri / /index.html;
try_files $uri / /index.html;
...
...
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