Max upload file size? Nginx?

  • Hi,


    I have the latest Nginx plugin, have set it up working great with Wordpress.
    But I have a problem with Max upload file size, I can't upload Plugins and Themes as they are to big.


    So I went into Pools, and edited my www-data Pool and set the Memory limit to 256mb, Max Post and Upload file size to 128mb each.
    Then I saved the settings and applied them.


    No change, still get this error:
    "413 Request Entity Too Large"


    What am I doing wrong?

  • Search in the forum, there is a thread from last week or two week ago. Can't find it right now, but it refers to the same issue and the solution


    I did a search first, and another now, but can't find anything relevant at all. Everything that I have found I have tried.

  • You can increase the upload size editing PHP.ini and add the code


    upload_max_filesize = 20M
    post_max_size = 25M
    memory_limit = 30M


    You will find this in root directory. If you still having issues then go through this detailed guide as reference https://www.wpblog.com/wordpress-maximum-upload-file-size/

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!