===== Increase Max Upload Size ===== * do the ''php.ini'' things * inside the ''http'' block of ''nginx.conf'' after ''sendfile on'' add ''client_max_body_size 20M;'' ([[https://stackoverflow.com/questions/44741514/nginx-error-client-intended-to-send-too-large-body|source]]) * there may be more tips [[https://www.dokuwiki.org/faq:uploadsize|here]]