Nginx – apache/nginx html file size limit

apache-2.2configurationnginx

When serving/sending HTML files to a users browser, where can I reconfigure this size limit?

I want to send an extremely large html files to users via apache and nginx.

Files are being truncated in apache/nginx, what setting determines the file size?

Best Answer

I've managed to download a 1GB HTML file from nginx 0.8.28 without any problems. Are you using gzip compression? You may need to set appropriate gzip_buffers size or even disable it at all, if the HTML files are so big.