Re: TR: Content_Length and gzip

2019-11-03 Thread Support
Then, we will edit the file /etc/nginx/nginx/nginx.conf This is what I put in mineĀ : user www-data; worker_processes 2; error_log /var/log/nginx/error.log; pid/var/run/nginx.pid; events { worker_connections 1024; } http { include /etc/nginx/mime.types; default_type

Re: Content_Length and gzip

2019-11-03 Thread q1548
I find out, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286079,286080#msg-286080 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Content_Length and gzip

2019-11-03 Thread q1548
Hello, I found if enable gzip, the http header will not include "Content_Length:..." and use "Transfer-Encoding: chunked" instead. But in your home page, "nginx.org" will return both gzip and Content_Length, why? do you use another version for yourself? Current, nginx.org seem use 1.17.3 version,