@NodeHam please try with https://github.com/NodeBB/NodeBB/commit/c354cde347f642dbc5ad5242d8fba3d73b10a9a1
Reverse Proxy Nginx 413 error on upload on this forum
-
If you are using a reverse proxy with nginx and attempt to upload an image over certain images the nginx server refuses the file with its own message rather than the expected nodebb response.
Screenshot from this forum:
Image used to create this error:
To resolve:
In 'nginx's server' context of enabled site config
client_max_body_size 20M;Hope that helps this forum and others using reverse proxy
If you're in the mood for helping me, then I've raised this bug report for a separate issue:
https://community.nodebb.org/topic/5404/image-upload-on-androidThanks,
Drew