From 215ecb20f835259e1f02ea120078cd8a5ae5e587 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 11 Oct 2023 09:30:30 -0300 Subject: [PATCH] feat: port 80 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 712cf35..a797097 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-80; {{ $proxy_settings }} {{ $cors_headers_options }} {{ $cors_headers_post }}