halverneus / static-file-server

Tiny, simple static file server using environment variables for configuration
MIT License
394 stars 75 forks source link

File size limit? #77

Closed makejiang closed 2 years ago

makejiang commented 2 years ago

Is there a file size limit? I got "403 Forbidden" when try to download a 5GB file.

Thanks!

halverneus commented 2 years ago

I doubt it is a file size limit (I just tested a 10G file on my system with no issues). I suspect it is more likely a file permissions issue. Can you share how you are running it, the output when ran with DEBUG=true and permissions and owner for the file you are trying to share (I would provide instructions, but I would need to know which OS you are using).

makejiang commented 2 years ago

Yes, you are right. Just happened on a big file.

Many thanks!