Question
413 Request Entity Too Large nginx/1.10.3 (Ubuntu)
I am trying to upload my old SQL database. When I upload the theme through PHPMyAdmin, I get this error.
What do I have to do to increase the upload limits?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
**file, not theme
I figured out the problem. Read through 10 tutorials, blogs, articles, etc..
One fatal flaw I forgot was to not restart my PHP. I restarted nginx but I also had to type
service php7.0-fpm restart
Now everything fixed.