I have Nginx + Apache2. When I send post request with this form:
<form enctype="multipart/form-data" method="post">
Server return me 502 Bad gateway error
But if I use just simple form like:
<form method="post">
All work fine.
I have analised and understood that problem with Apache2. If restart apache, then all work fine some time and after it start again.