[GH-ISSUE #131] Create configuration endpoint for file upload size limit #61

Closed
opened 2026-04-08 16:50:07 +03:00 by zhus · 1 comment
Owner

Originally created by @runbgp on GitHub (Aug 31, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/131

Currently, it does not appear to be possible to configure the maximum file upload size with dufs. This would be a great addition for customizing the size limit/allowing uploads over 5GB for example.

A 413 HTTP error code occurs when the size of a client's request exceeds the server's file size limit. This typically happens when a client attempts to upload a large file to a web server, and the server responds with a 413 error to alert the client.```
Originally created by @runbgp on GitHub (Aug 31, 2022). Original GitHub issue: https://github.com/sigoden/dufs/issues/131 Currently, it does not appear to be possible to configure the maximum file upload size with dufs. This would be a great addition for customizing the size limit/allowing uploads over 5GB for example. ```Failed to load resource: the server responded with a status of 413 () A 413 HTTP error code occurs when the size of a client's request exceeds the server's file size limit. This typically happens when a client attempts to upload a large file to a web server, and the server responds with a 413 error to alert the client.```
zhus closed this issue 2026-04-08 16:50:07 +03:00
Author
Owner

@runbgp commented on GitHub (Aug 31, 2022):

This was due to my proxy 👍🏼

<!-- gh-comment-id:1233168151 --> @runbgp commented on GitHub (Aug 31, 2022): This was due to my proxy 👍🏼
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#61