diff --git a/2.Common_services/5.Nginx/vhost_skyreach.conf b/2.Common_services/5.Nginx/vhost_skyreach.conf
index 17f9360f10c144a61710ce83bfbd09de6ba430fa..a12713c1175bb1a7d2590032b0bbcba96fc453f0 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;
 		}
 	}