Skip to content

Fix max upload size in nginx config.

Explosion Guy requested to merge explosionguy/pleroma:develop into develop

This fixes a problem where the default nginx client_max_body_size is too small to support uploading large images such as profile banners. I also added comments and cleaned up whitespace a bit while I was at it.

Merge request reports