From e39450d33b56f9b3645dc67dbdbc36aa815e58a1 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 11 Oct 2023 10:37:21 -0300 Subject: [PATCH] fix: sigil proxy for /connect --- nginx.conf.sigil | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index fa3c9b64..7cfe2c73 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -51,6 +51,11 @@ server { # Custom location block for /connect location /connect { proxy_pass http://presence-8080; + {{ $proxy_settings }} + {{ $gzip_settings }} + {{ $cors_headers_options }} + {{ $cors_headers_post }} + {{ $cors_headers_get }} } location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {