Unverified Commit 1c04bac4 authored by wojiushixiaobai's avatar wojiushixiaobai Committed by GitHub

Merge pull request #2078 from wojiushixiaobai/docs

[Update]Docs
parents 677bdbf8 9d10e4c1
......@@ -277,7 +277,7 @@ CentOS 7 安装文档
}
location /guacamole/ {
proxy_pass http://localhost:8081;
proxy_pass http://localhost:8081/;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
......
......@@ -142,7 +142,7 @@ Systemd 管理启动 Jumpserver
# 适合按照一步一步文档进行安装的用户, Centos 7
# Jumpserver
$ sed -i "s/START_TIMEOUT = 15/START_TIMEOUT = 30/g" /opt/jumpserver/jms
$ sed -i "s/START_TIMEOUT = 15/START_TIMEOUT = 40/g" /opt/jumpserver/jms
$ cat << EOF > /usr/lib/systemd/system/jms.service
[Unit]
Description=jms
......
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