From 10d0e71329fe9bf6a5692ecaf307d11d8b587dd0 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Fri, 15 Jul 2016 12:18:38 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;