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 安装文档 ...@@ -277,7 +277,7 @@ CentOS 7 安装文档
} }
location /guacamole/ { location /guacamole/ {
proxy_pass http://localhost:8081; proxy_pass http://localhost:8081/;
proxy_buffering off; proxy_buffering off;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
......
...@@ -142,7 +142,7 @@ Systemd 管理启动 Jumpserver ...@@ -142,7 +142,7 @@ Systemd 管理启动 Jumpserver
# 适合按照一步一步文档进行安装的用户, Centos 7 # 适合按照一步一步文档进行安装的用户, Centos 7
# Jumpserver # 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 $ cat << EOF > /usr/lib/systemd/system/jms.service
[Unit] [Unit]
Description=jms 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