From 9e84d6ea3782edec6b8ea54262d65ed117de82f2 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 18 Oct 2023 07:25:34 -0300 Subject: [PATCH] feat: presence-8080 --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 9ee23a3c..c70a2128 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -50,7 +50,7 @@ server { # Custom location block for /connect location ~ ^/connect/.*$ { - proxy_pass http://presence-8080; + proxy_pass http://presence-8080/; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}