Update docker/nginx/conf.d/server/server.api

This commit is contained in:
Matthew Sevey 2021-11-30 07:43:17 -05:00 committed by GitHub
parent 0e9d9a624e
commit c273634e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ location /skynet/tus {
# set max upload size dynamically based on account limits
rewrite_by_lua_block {
-- set default limit value to 1 GB
-- set default limit value to 5 GB
ngx.req.set_header("SkynetMaxUploadSize", 5368709120)
-- this block runs only when accounts are enabled