From 3d3d04078f93069a755a87ae8f64d13af8f1c47f Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 11 Oct 2023 09:33:40 -0300 Subject: [PATCH] feat: port 8080 for presence node --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index a797097..712cf35 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-80; + proxy_pass http://presence-8080; {{ $proxy_settings }} {{ $cors_headers_options }} {{ $cors_headers_post }}