Opened 15 years ago
Last modified 15 years ago
#325 closed task (FIXED)
Inform users in docs how to up the client_max_body_size
| Reported by: | Christopher Allan Webber | Owned by: | Christopher Allan Webber |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2.0 |
| Component: | documentation | Keywords: | |
| Cc: | Parent Tickets: |
Description
Most people want to upload images greater than 1 MB in size.
There's an nginx directive for setting that up. We should point users at how to do so.
Add "client_max_body_size = 8MB" to the docs with a note that it can be upped.
Note:
See TracTickets
for help on using tickets.

I added a note on how to do this to the deploying.txt page.