From ab6dcde170fc82f7092373eeaf02c44c66fe5eff Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Mon, 6 May 2024 04:18:24 -0300 Subject: [PATCH] feat: sv - nginx sigil with /upload and now / on the end of proxy-pass --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 941b5652..50b623b4 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 }}