feat: sv - nginx sigil with /upload and now / on the end of proxy-pass

This commit is contained in:
Stepan Vladovskiy 2024-05-06 04:18:24 -03:00
parent bf9e571cd8
commit ab6dcde170

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