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
7ab55603
Commit
7ab55603
authored
Jun 20, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改windows文件上传大小说明
parent
11add1cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
distributed_02.rst
docs/distributed_02.rst
+1
-0
setup_by_centos7.rst
docs/setup_by_centos7.rst
+2
-0
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+2
-0
step_by_step.rst
docs/step_by_step.rst
+2
-0
No files found.
docs/distributed_02.rst
View file @
7ab55603
...
@@ -76,6 +76,7 @@
...
@@ -76,6 +76,7 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection $http_connection;
access_log off;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
}
}
}
...
...
docs/setup_by_centos7.rst
View file @
7ab55603
...
@@ -304,6 +304,7 @@ CentOS 7 安装文档
...
@@ -304,6 +304,7 @@ CentOS 7 安装文档
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection $http_connection;
access_log off;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
}
location / {
location / {
...
@@ -348,6 +349,7 @@ CentOS 7 安装文档
...
@@ -348,6 +349,7 @@ CentOS 7 安装文档
如果能登陆代表部署成功
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
# 其他的ssh及sftp客户端这里就不多做说明,自行搜索使用
# 其他的ssh及sftp客户端这里就不多做说明,自行搜索使用
...
...
docs/setup_by_ubuntu.rst
View file @
7ab55603
...
@@ -342,6 +342,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -342,6 +342,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection $http_connection;
access_log off;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
}
location / {
location / {
...
@@ -397,6 +398,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -397,6 +398,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
如果能登陆代表部署成功
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
如遇到问题可参考 `FAQ <faq.html>`_
如遇到问题可参考 `FAQ <faq.html>`_
docs/step_by_step.rst
View file @
7ab55603
...
@@ -391,6 +391,7 @@ Jumpserver 会话管理-终端管理(http://192.168.244.144:8080/terminal/term
...
@@ -391,6 +391,7 @@ Jumpserver 会话管理-终端管理(http://192.168.244.144:8080/terminal/term
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection $http_connection;
access_log off;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
}
location / {
location / {
...
@@ -453,6 +454,7 @@ Jumpserver 会话管理-终端管理(http://192.168.244.144:8080/terminal/term
...
@@ -453,6 +454,7 @@ Jumpserver 会话管理-终端管理(http://192.168.244.144:8080/terminal/term
如果能登陆代表部署成功
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
如遇到问题可参考 `FAQ <faq.html>`_
如遇到问题可参考 `FAQ <faq.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