From 806c56404c6385124de3f361244b58f7a728fb05 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 15 Oct 2023 05:50:25 -0300 Subject: [PATCH] feat: sigil nginx no buffer proxy --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 9c153b2..fb17bba 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -1,4 +1,4 @@ -# sigil ver 2.1 dufok 2022-10-11 +# sigil ver 2.2 dufok 2022-10-15 (with location /connect nobuffer) # Proxy settings {{ $proxy_settings := "proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_set_header Host $http_host; proxy_set_header X-Request-Start $msec;" }} # GZIP settings