Opened 8 years ago
Closed 5 years ago
#5496 closed enhancement (fixed)
413 Request Entity Too Large
Reported by: | Jorge | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | documentation | Keywords: | webserver, configuration |
Cc: | Parent Tickets: |
Description
nginx/1.10.2
mediagoblin 0.9.0
- setup production environment using nginx and systemd
- enable audio: https://mediagoblin.readthedocs.io/en/latest/siteadmin/media-types.html#audio
[plugins] [[mediagoblin.plugins.geolocation]] [[mediagoblin.plugins.basic_auth]] [[mediagoblin.plugins.processing_info]] [[mediagoblin.media_types.image]] [[mediagoblin.media_types.video]] [[mediagoblin.media_types.audio]] [[mediagoblin.media_types.pdf]]
- upload an audio file
- see "413 Request Entity Too Large"
No further info in /var/log/nginx/mediagoblin.error.log and /var/log/mediagoblin/paster.log.
Attachments (1)
Change History (4)
by , 8 years ago
Attachment: | 0001-Instruct-to-raise-nginx-upload-size-Resolves-5496.patch added |
---|
comment:1 by , 8 years ago
Component: | programming → documentation |
---|---|
Keywords: | webserver configuration added |
Priority: | major → trivial |
Type: | defect → enhancement |
This is an error with the web server configuration, not with MediaGoblin itself. Accordingly, I'm going to mark this documentation patch as a trivial enhancement rather than a major defect. Not everyone uses nginx, so the proposed change to the documentation isn't applicable to all users. But it's a good start on a small change we could introduce to make deploying easier.
comment:2 by , 6 years ago
Status: | new → review |
---|
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
I've increased our Nginx default to 100m and significantly improved the docs on this, including explitly mentioning that error message:
Closing this as fixed!
Improve documentation: Increase client_max_body_size in /etc/nginx/sites-enabled/mediagoblin.conf for larger medea files.