feat: sv - nginx sigil with /upload and now / on the end of proxy-pass
This commit is contained in:
parent
bf9e571cd8
commit
ab6dcde170
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user