From 276711a59fa89818793791486ea387ea8b042a31 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Fri, 13 Oct 2023 13:09:16 -0300 Subject: [PATCH] debug: proxy_pass with uri --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 8a075fe..de2489f 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -56,7 +56,7 @@ server { # Custom location block for /connect location /connect { - proxy_pass http://presence-8080/; + proxy_pass http://presence-8080$uri$is_args$args/; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}