From 4c274eee2e2037cf99d41814bd4d45f9c8c43a2b Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Mon, 6 May 2024 02:04:55 -0300 Subject: [PATCH] debug: /upload instead of /upload/ in sigil --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index bb9a700f..50b623b4 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 }}