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 [2015-06-01 07:29] – [FCGI Users] 180.179.142.15faq:uploadsize [2023-02-28 23:14] (current) Aleksandr
Line 44: Line 44:
 <code> <code>
 <IfModule mod_fcgid.c> <IfModule mod_fcgid.c>
-  aaaaaaaaaaaFcgidMaxRequestLen 26214400zxx+  FcgidMaxRequestLen 26214400
   FcgidConnectTimeout 60   FcgidConnectTimeout 60
 </IfModule> </IfModule>
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.1433136586.txt.gz · Last modified: 2015-06-01 07:29 by 180.179.142.15

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