• Whenever i try to upload a theme on my site, i encounter – 413 Request Entity Too Large nginx/1.10.0 (Ubuntu).
    what i used are
    ubuntu 16.04 LTS
    Nginx
    php-fpm
    mariadb

Viewing 1 replies (of 1 total)
  • you have to edit the nginx.conf , usually stored under /etc/nginx/nginx.conf . Edit or add

    client_max_body_size 64M or as match as you wish. reload nginx and it should work.

Viewing 1 replies (of 1 total)
  • The topic ‘413 Request Entity Too Large nginx/1.10.0 (Ubuntu)’ is closed to new replies.