Commit ea19cf1f authored by wojiushixiaobai's avatar wojiushixiaobai

Update

parent a3589233
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
$ cd ../ $ cd ../
$ ./jms start all $ ./jms start all
.. code-block:: vim .. code-block:: nginx
# 任意版本升级到 1.4.2 版本,需要修改 nginx 配置 (升级前版本小于 1.4.2 需要执行此步骤) # 任意版本升级到 1.4.2 版本,需要修改 nginx 配置 (升级前版本小于 1.4.2 需要执行此步骤)
$ vi /etc/nginx/conf.d/jumpserver.conf # 部分用户的配置文件是/etc/nginx/nginx.conf $ vi /etc/nginx/conf.d/jumpserver.conf # 部分用户的配置文件是/etc/nginx/nginx.conf
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
... ...
location /socket.io/ { location /socket.io/ {
... 原来的内容,请参考安装文档 nginx 部分 # 原来的内容,请参考安装文档 nginx 部分
} }
# 加入下面内容 # 加入下面内容
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
# 到此结束 # 到此结束
location /guacamole/ { location /guacamole/ {
... 原来的内容,请参考安装文档 nginx 部分 # 原来的内容,请参考安装文档 nginx 部分
} }
... ...
......
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