This shows you the differences between two versions of the page.
| |
lwc:networking:nginx [2025/01/11 07:43] – created John Harrison | lwc:networking:nginx [2025/01/11 07:44] (current) – John Harrison |
---|
* do the ''php.ini'' things | * 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]]) | * 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]] |
| |