Merge pull request #840 from SkynetLabs/support-accounts-on-tus-uploads
Support accounts on tus uploads
This commit is contained in:
commit
248b79f28a
|
@ -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