Fix max upload size in nginx config.
authorHector A. Escobedo <hae@airmail.cc>
Sun, 8 Apr 2018 15:15:04 +0000 (11:15 -0400)
committerHector A. Escobedo <hae@airmail.cc>
Sun, 8 Apr 2018 15:21:29 +0000 (11:21 -0400)
commit7e262c299736bece0d6ae5ad32c41892b45e6f6c
tree3b3bd818d4d806529ae22629b93559efc5d7a9ab
parent9998b4519da0a732d2a91ca067f4f849a0d37be6
Fix max upload size in nginx config.

The built-in nginx default does not allow users to upload images
larger than 1 MB. This increases the maximum request size to match
the default Pleroma config upload_limit parameter. Some helpful
comments were also added.
installation/pleroma.nginx