faq:uploadsize
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq:uploadsize [2015-06-01 08:09] – old revision restored (2015-02-11 13:15) 141.65.129.192 | faq: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 '' | ||
+ | |||
+ | < | ||
+ | client_max_body_size 25M; | ||
+ | </ | ||
+ | |||
+ | If you want to disable checking by nginx, set it to 0 | ||
+ | < | ||
+ | client_max_body_size 0; | ||
+ | </ | ||
+ | ===== Known issues ===== | ||
+ | |||
+ | * [[issue> | ||
===== See Also ===== | ===== See Also ===== |
faq/uploadsize.1433138996.txt.gz · Last modified: by 141.65.129.192