debug: /upload instead of /upload/ in sigil
This commit is contained in:
parent
b3caccb786
commit
4c274eee2e
|
@ -65,7 +65,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Custom location block for /upload
|
# Custom location block for /upload
|
||||||
location /upload/ {
|
location /upload {
|
||||||
proxy_pass http://uploader-8080;
|
proxy_pass http://uploader-8080;
|
||||||
{{ $proxy_settings }}
|
{{ $proxy_settings }}
|
||||||
{{ $gzip_settings }}
|
{{ $gzip_settings }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user