Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Nginx config #19

Open
bigdoods opened this issue Mar 17, 2018 · 3 comments
Open

Nginx config #19

bigdoods opened this issue Mar 17, 2018 · 3 comments

Comments

@bigdoods
Copy link

Hi,

I am having trouble uploading a ~50mb file to an application. I get a 413 error (Request entity too large) with no errors from the app itself.

I think the problem is with nginx and I would like to inspect the config files, however I cant find. Can you point me in the right direction please?

@loomchild
Copy link
Member

It could be many reasons - either the App istelf (for example php.ini if it's written in PHP), Apache / Nginx proxy in the App (some apps have it, see Piwik: https://github.com/puffinrocks/piwik/blob/master/nginx.conf), Nginx Puffin jwilder proxy (see proxy: https://github.com/puffinrocks/proxy/blob/master/Dockerfile - current limit is 30M). You need to check each of these places, increase the log levels if necessary to see where the upload breaks, etc.

@loomchild
Copy link
Member

Perhaps try if it works with 25MB upload and if it's true then perhaps Puffin proxy is the culprit.

@loomchild
Copy link
Member

Did you manage to make it work? I had similar limitation in nextcloud, but never investigated further.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants