Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

413 Request Entity Too Large #16

Open
bigmike7801 opened this issue Jun 30, 2015 · 1 comment
Open

413 Request Entity Too Large #16

bigmike7801 opened this issue Jun 30, 2015 · 1 comment

Comments

@bigmike7801
Copy link

When I try to upload a file larger than 2MB in PHPMyAdmin. I get the error: 413 Request Entity Too Large.

I have upped the upload_max_filesize and the post_max_size to 150MB in the php.ini file and restarted php-fpm.

This did not solve the issue.

My guess is that there should be something to configure within /ansible/group_vars/development.yml

Any ideas?

@bigmike7801
Copy link
Author

I was able to fix this by modifying: /etc/nginx/nginx.conf

This is what I added:

http {
      client_max_body_size 20M;      
}

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

No branches or pull requests

1 participant