debug: sv - sigil style for uploader without / on the end of the proxy_pass

This commit is contained in:
Stepan Vladovskiy 2024-05-05 23:11:31 -03:00
parent fc033734f5
commit b3caccb786

View File

@ -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 }}