Sergio Manzi
Regular Pleskian
In one of my virtual hosts I have a large file (6GB) that I need to make downloadable.
Apparently Plesk, "as is", limits the body size to 1GB and, again apparently, it is Apache that answers with a fake body size of 1GB, then Nginx gets in troubles and in its log I find:
So I added the "LimitRequestBody 0" in my domain "Apache & nginix settings": no way, still limited to 1 GB.
I tried increasing the nginix body size too by using the"client_max_body_size = 10G" directive and thus stumbled upon the https://kb.plesk.com/en/122689 issue. Followed its instruction, but still nothing.
Tried to force "LimitRequestBody 0" in my vhost httpd.conf, and still nothing...
Can somebody please give me an hand before I start crying and/or throwing my keyboard out of my window?
TIA!!
Sergio
Apparently Plesk, "as is", limits the body size to 1GB and, again apparently, it is Apache that answers with a fake body size of 1GB, then Nginx gets in troubles and in its log I find:
Code:
18040#0: *24071 upstream prematurely closed connection while reading upstream
So I added the "LimitRequestBody 0" in my domain "Apache & nginix settings": no way, still limited to 1 GB.
I tried increasing the nginix body size too by using the"client_max_body_size = 10G" directive and thus stumbled upon the https://kb.plesk.com/en/122689 issue. Followed its instruction, but still nothing.
Tried to force "LimitRequestBody 0" in my vhost httpd.conf, and still nothing...
Can somebody please give me an hand before I start crying and/or throwing my keyboard out of my window?
TIA!!
Sergio