feat: sv - nginx sigil with /upload
All checks were successful
Deploy on push / deploy (push) Successful in 27s

This commit is contained in:
Stepan Vladovskiy 2024-05-06 04:20:18 -03:00
parent ab6dcde170
commit 2a08e6204e

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