I work on a node.js application that permits its users to upload large files.
- When I run it on
8080or3000or whatever, its okay. - But when I access it on
80behind apache2 withmod_proxyconfigured 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.