DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:uploadsize

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq:uploadsize [2012-04-20 15:40] – Added Information about memory_limit for apache/php 84.163.136.68faq:uploadsize [2023-02-28 23:14] (current) Aleksandr
Line 50: Line 50:
  
 for 25 MB and 60 sec timeout. for 25 MB and 60 sec timeout.
 +
 +===== nginx Users =====
 +
 +nginx has its own limit for the maximum request size. You want to increase it by adding the appropriate value in your ''nginx.conf'':
 +
 +<code>
 +client_max_body_size 25M;
 +</code>
 +
 +If you want to disable checking by nginx, set it to 0
 +<code>
 +client_max_body_size 0;
 +</code>
 +===== Known issues =====
 +
 +  * [[issue>1478|Media upload size limits effectless · Issue #1478]]
  
 ===== See Also ===== ===== See Also =====
faq/uploadsize.1334929258.txt.gz · Last modified: 2012-04-20 15:40 by 84.163.136.68

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki