I work on a node.js application that permits its users to upload large files.
- When I run it on
8080
or3000
or whatever, its okay. - But when I access it on
80
behind apache2 withmod_proxy
configured as reverse proxy, I get this error on upload (files > 1MB)
413 Request Entity Too Large
I tryed to add this directive to apache config :
LimitRequestBody 0
But it doesn't change this behavior. I don't know where to search the right conf.