From af0167abb4dc39f0858049d3fae026843b524715 Mon Sep 17 00:00:00 2001 From: AyushRanjan Date: Wed, 15 Nov 2023 16:53:12 +0530 Subject: [PATCH] TP-46224 | minor fix --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1477a63..1e43376 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -31,7 +31,7 @@ server { set $config_service_base_url JANUS_API_URL; proxy_read_timeout 120; proxy_next_upstream error; - proxy_pass $config_service_base_url/events/json$1$is_args$args; + proxy_pass $config_service_base_url/events/json; } location / {