From 04ef5eee5e356eca40dd8ff19c277185ddb4dc3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Wed, 19 Sep 2018 10:27:24 +0200
Subject: [PATCH] pass along arguments if any, refs #26539

---
 2.Common_services/5.Nginx/vhost_skyreach.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.Common_services/5.Nginx/vhost_skyreach.conf b/2.Common_services/5.Nginx/vhost_skyreach.conf
index 17f9360f..a12713c1 100644
--- a/2.Common_services/5.Nginx/vhost_skyreach.conf
+++ b/2.Common_services/5.Nginx/vhost_skyreach.conf
@@ -78,7 +78,7 @@ server {
 			proxy_set_header Connection $connection_upgrade;
 			# change scheme of "Origin" to https
 			proxy_set_header Origin https://$1;
-			proxy_pass https://$1/$2;
+            proxy_pass https://$1/$2$is_args$args;
 		}
 	}
 
-- 
GitLab