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
Next revisionBoth sides next revision
faq:uploadsize [2015-06-01 08:09] – old revision restored (2015-02-11 13:15) 141.65.129.192faq:uploadsize [2019-07-18 16:19] – + Known issues: Media upload size limits ignored schamane
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>
 +
 +===== Known issues =====
 +
 +  * [[https://github.com/splitbrain/dokuwiki/issues/1478 |Media upload size limits effectless · Issue #1478 · splitbrain/dokuwiki]]
  
 ===== See Also ===== ===== See Also =====
faq/uploadsize.txt · Last modified: 2023-02-28 23:14 by Aleksandr

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