From b3caccb78603a3d814ad50ab61ed0d84625285b2 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 5 May 2024 23:11:31 -0300 Subject: [PATCH] debug: sv - sigil style for uploader without / on the end of the proxy_pass --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index a2298880..bb9a700f 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -66,7 +66,7 @@ server { # Custom location block for /upload location /upload/ { - proxy_pass http://uploader-8080/; + proxy_pass http://uploader-8080; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}