ucfopen / UDOIT

The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
GNU General Public License v3.0
108 stars 65 forks source link

UDOIT returns a 413 error whenever a file larger than 1MB is uploaded #942

Open taheralfayad opened 4 months ago

taheralfayad commented 4 months ago

UDOIT returns a 413 error if an uploaded file's size exceeds 1MB, which is due to the fact that it is using nginx's default configuration for maximum file sizes. The solution would be to manually set the file size in the local.conf and deploy.conf nginx files.