{"id":2533,"date":"2015-08-03T18:54:10","date_gmt":"2015-08-03T18:54:10","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2533"},"modified":"2015-08-03T18:54:10","modified_gmt":"2015-08-03T18:54:10","slug":"how-to-how-to-enable-gzip-support-on-nginx","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/08\/03\/how-to-how-to-enable-gzip-support-on-nginx\/","title":{"rendered":"HOW-TO How-to enable gzip support on nginx"},"content":{"rendered":"<p>APPLIES TO:<\/p>\n<p>    Plesk 12.0 for Linux<br \/>\n    Plesk 11.0 for Linux<br \/>\n    Plesk 11.5 for Linux<\/p>\n<p>How to enable gzip support on nginx?<\/p>\n<p>Create \/etc\/nginx\/conf.d\/gzip.conf with the following:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\ngzip         on;\ngzip_disable &quot;MSIE &#x5B;1-6]\\.(?!.*SV1)&quot;;\ngzip_proxied any;\ngzip_types   text\/plain text\/css application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript image\/x-icon image\/bmp image\/svg+xml;\ngzip_vary    on;\n\n<\/pre>\n<p>gzip_types to compress other file types can be obtained from \/etc\/nginx\/mime.types<\/p>\n","protected":false},"excerpt":{"rendered":"<p>APPLIES TO: Plesk 12.0 for Linux Plesk 11.0 for Linux Plesk 11.5 for Linux How to enable gzip support on nginx? Create \/etc\/nginx\/conf.d\/gzip.conf with the following: gzip on; gzip_disable &quot;MSIE &#x5B;1-6]\\.(?!.*SV1)&quot;; gzip_proxied any; gzip_types text\/plain text\/css application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript image\/x-icon image\/bmp image\/svg+xml; gzip_vary on; gzip_types to compress other file types can be obtained &#8230; <a title=\"HOW-TO How-to enable gzip support on nginx\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/08\/03\/how-to-how-to-enable-gzip-support-on-nginx\/\" aria-label=\"Read more about HOW-TO How-to enable gzip support on nginx\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46,86],"tags":[],"class_list":["post-2533","post","type-post","status-publish","format-standard","hentry","category-gzip","category-plesk"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2533","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2533"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2533\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2533"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2533"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}