Merge pull request #840 from SkynetLabs/support-accounts-on-tus-uploads

Support accounts on tus uploads
This commit is contained in:
Christopher Schinnerl 2021-06-09 15:53:51 +02:00 committed by GitHub
commit 248b79f28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ server {
# endpoing implementing resumable file uploads open protocol https://tus.io
location /skynet/tus {
include /etc/nginx/conf.d/include/cors;
include /etc/nginx/conf.d/include/track-upload;
client_max_body_size 50M; # tus chunks size is 40M + leaving 10M of breathing room