From 300cd69d4939c09e6a8669f62f121fa37ee869b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Tue, 6 Mar 2018 18:35:36 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20v0.5.0=20=E5=9F=BA=E4=BA=8E=20CentOS7?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v0.5.0-基于-CentOS7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v0.5.0-基于-CentOS7.md b/v0.5.0-基于-CentOS7.md index 29a5486..c36fac6 100644 --- a/v0.5.0-基于-CentOS7.md +++ b/v0.5.0-基于-CentOS7.md @@ -214,7 +214,7 @@ $ ls /opt/luna ```shell docker run -d \ - -p 8080:8080 \ + -p 8081:8080 \ -e JUMPSERVER_SERVER=http://:8080 \ jumpserver/guacamole ``` @@ -263,7 +263,7 @@ server { } location /guacamole/ { - proxy_pass http://:8080/; + proxy_pass http://localhost:8081/; proxy_buffering off; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;