From fc033734f5fda6f9760df3e39c179fba68cf1318 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 5 May 2024 16:55:21 -0300 Subject: [PATCH] debug: with proxy-pass in nginx to uploader --- nginx.conf.sigil | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index ef1dde1f..a2298880 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -65,8 +65,8 @@ server { } # Custom location block for /upload - location /connect/ { - http://uploader-8080/; + location /upload/ { + proxy_pass http://uploader-8080/; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}