Nginx配置gzip壓縮的簡單樣本

來源:互聯網
上載者:User

Nginx配置gzip壓縮的簡單樣本 本文介紹下,在nginx中配置gzip壓縮的簡單例子,一段核心的配置節代碼,供大家參考。  在nginx中配置gzip壓縮很簡單,只需要幾行代碼即可。使用 gzip 壓縮可以降低網站頻寬消耗,提升訪問速度。 gzip壓縮的配置節參考: # output compression saves bandwidthgzip on;gzip_http_version 1.1;gzip_vary on;gzip_comp_level 6;gzip_proxied any;gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript; # make sure gzip does not lose large gzipped js or css files# edit by www.jbxue.comgzip_buffers 16 8k; # Disable gzip for certain browsers.gzip_disable “MSIE [1-6].(?!.*SV1)”;

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.