From d5e1531dbf6f0c87a595e48ec8b254960b82c0d4 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Fri, 13 Oct 2023 11:40:24 -0300 Subject: [PATCH] debug: location connection on docker address --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 8a075fe..ba3f491 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.web:8080/; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}