Opened 4 years ago
Closed 4 years ago
#5491 closed defect (bug) (fixed)
Incorrect maximum upload file size on Rosetta sites
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | |
Cc: |
Description
There is a 413 error from nginx when uploading any of these two files to Media Library on ru.wordpress.org:
WordPress.org 2019 Annual Survey.pdf WordPress.org 2019 Annual Survey.pptx
https://www.dropbox.com/sh/bq62sficymopgos/AAA-wx73cDviVG84NSCTgjNDa?dl=0
WP states that maximum upload file size is 50 MB. Both files are only 11 MB, but still cannot be uploaded.
When I try uploading to https://wordpress.org/news/, WP correctly states that maximum upload file size is 10 MB.
I guess the limit for Rosetta sites should be corrected to 10 MB as well.
Note: See
TracTickets for help on using
tickets.
Adjusted the settings on global.wordpress to have the 10MB limit, same as the other networks.