cherry-pick
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-09-12 14:16:09 +02:00
parent 5d980f5129
commit 248dff2747
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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",