Updated v0.5.0 基于 CentOS7 (markdown)

master
liuzheng 2018-03-02 18:01:39 +08:00
parent 305221dc57
commit 59db79d661
1 changed files with 6 additions and 0 deletions

@ -264,6 +264,12 @@ server {
location /guacamole/ {
proxy_pass http://<guacamole>:8080/;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off
}
location / {