From e13cdd7298c355a665bc15bfe4034c8e94d43f8a Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 18 Oct 2023 06:57:13 -0300 Subject: [PATCH] feat: add wildcat to /connect for handle Token --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index c91acc13..fc346d70 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -49,7 +49,7 @@ server { } # Custom location block for /connect - location /connect { + location /connect/* { proxy_pass http://presence-8080/; {{ $proxy_settings }} {{ $gzip_settings }}