From e38df1f9d5a5a9c98274e8056ba197d69c9b5b5f Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Mon, 6 May 2024 03:28:31 -0300 Subject: [PATCH] debug: sv - nginx sigil old fasch alot of /// around all --- nginx.conf.sigil | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 50b623b4..a2298880 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -65,8 +65,8 @@ server { } # Custom location block for /upload - location /upload { - proxy_pass http://uploader-8080; + location /upload/ { + proxy_pass http://uploader-8080/; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}