feat: sv - nginx sigil with /upload
This commit is contained in:
parent
e38df1f9d5
commit
bf9e571cd8
|
@ -65,7 +65,7 @@ server {
|
|||
}
|
||||
|
||||
# Custom location block for /upload
|
||||
location /upload/ {
|
||||
location /upload {
|
||||
proxy_pass http://uploader-8080/;
|
||||
{{ $proxy_settings }}
|
||||
{{ $gzip_settings }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user