gzip            on;
    gzip_min_length 1k;
    gzip_buffers    4 16k;
    gzip_comp_level 2;
    gzip_types      text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
    gzip_vary       off;
    gzip_disable    "MSIE [1-6]\.";

 

chunked_transfer_encoding on;

 

相关文章:

  • 2022-02-05
  • 2022-12-23
  • 2021-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2022-01-29
  • 2021-12-08
  • 2022-12-23
  • 2021-06-12
  • 2021-04-14
  • 2021-09-27
相关资源
相似解决方案