cherry-pick
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
5d980f5129
commit
248dff2747
|
@ -16,7 +16,7 @@ server {
|
|||
listen [::]:80 default_server;
|
||||
server_name _;
|
||||
autoindex off;
|
||||
client_max_body_size 50M;
|
||||
client_max_body_size 250M;
|
||||
|
||||
root /salix/dist;
|
||||
error_page 404 = @notfound;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"connector": "loopback-component-storage",
|
||||
"provider": "filesystem",
|
||||
"root": "./e2e/dms",
|
||||
"maxFileSize": "10485760",
|
||||
"maxFileSize": "262144000",
|
||||
"allowedContentTypes": [
|
||||
"application/x-7z-compressed",
|
||||
"application/x-zip-compressed",
|
||||
|
|
Loading…
Reference in New Issue