support accounts on tus uploads
This commit is contained in:
parent
80cc417445
commit
bfc4a6bc14
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue