support accounts on tus uploads

This commit is contained in:
Karol Wypchlo 2021-06-09 14:37:55 +02:00
parent 80cc417445
commit bfc4a6bc14
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