Commit 7ab55603 authored by wojiushixiaobai's avatar wojiushixiaobai

修改windows文件上传大小说明

parent 11add1cd
......@@ -76,6 +76,7 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
}
......
......@@ -304,6 +304,7 @@ CentOS 7 安装文档
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
location / {
......@@ -348,6 +349,7 @@ CentOS 7 安装文档
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
# 其他的ssh及sftp客户端这里就不多做说明,自行搜索使用
......
......@@ -342,6 +342,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
location / {
......@@ -397,6 +398,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
如遇到问题可参考 `FAQ <faq.html>`_
......@@ -391,6 +391,7 @@ Jumpserver 会话管理-终端管理(http://192.168.244.144:8080/terminal/term
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off;
client_max_body_size 100m; # Windows 文件上传大小限制
}
location / {
......@@ -453,6 +454,7 @@ Jumpserver 会话管理-终端管理(http://192.168.244.144:8080/terminal/term
如果能登陆代表部署成功
# sftp默认上传的位置在资产的 /tmp 目录下
# windows拖拽上传的位置在资产的 Guacamole RDP上的 G 目录下
后续的使用请参考 `快速入门 <admin_create_asset.html>`_
如遇到问题可参考 `FAQ <faq.html>`_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment