diff --git a/conf/nginx.conf b/conf/nginx.conf index d9e80b2..335ae32 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location /YNH_WWW_PATH { +location YNH_WWW_PATH { proxy_pass http://127.0.0.1:8080/guacamole; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;