From bf9e571cd8a090897e9c4cdbd11e55e480772805 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Mon, 6 May 2024 04:07:07 -0300 Subject: [PATCH] feat: sv - nginx sigil with /upload --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index a2298880..941b5652 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -65,7 +65,7 @@ server { } # Custom location block for /upload - location /upload/ { + location /upload { proxy_pass http://uploader-8080/; {{ $proxy_settings }} {{ $gzip_settings }}