{"id":64,"date":"2017-04-19T12:41:45","date_gmt":"2017-04-19T12:41:45","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=64"},"modified":"2018-01-25T06:43:11","modified_gmt":"2018-01-25T12:43:11","slug":"how-to-enable-gzip-compression-in-nginx","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/","title":{"rendered":"How to enable GZIP compression in Nginx"},"content":{"rendered":"<div id=\"linux-1895979948\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>We&#8217;ll show you, How to enable GZIP compression in Nginx. Lately, it&#8217;s all about optimizing your website and making it as fast as possible. Especially since search engines like Google consider page load time as a ranking factor. And, of course, the load time is a huge factor in user experience.<\/p>\n<p>Aside from using a fast, SSD-powered VPS, you can also do some other tweaks and settings to speed up your website, like enabling gzip compression in Nginx.<\/p>\n<p>Here we&#8217;ll discuss one method that will increase the transfer speed by reducing the size of the files with compression. This method will also bring up the benefit of reducing the bandwidth that is used in this process and will make the hosting cheaper to the owner (ie, you can use a hosting plan with fewer resources. The best part about &#8211; it&#8217;s easy to do and it will only take you a few minutes.<\/p>\n<p>In this article, we&#8217;ll share with you how to do the above with the Nginx gzip module. As it is stated this module will help you to compress your files with the gzip compression method. It is known that this method will reduce the size of the transmitted files by half or in some cases even more.<!--more--><\/p>\n<h2>How to enable it?<\/h2>\n<p>SSH into your server, and edit your nginx configuration:<\/p>\n<pre>[user]$ nano \/etc\/nginx\/nginx.conf<\/pre>\n<p>Add or edit the following lines:<\/p>\n<pre>gzip on;\r\ngzip_comp_level 2;\r\ngzip_http_version 1.0;\r\ngzip_proxied any;\r\ngzip_min_length 1100;\r\ngzip_buffers 16 8k;\r\ngzip_types text\/plain text\/html text\/css application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\r\n\r\n# Disable for IE &lt; 6 because there are some known problems\r\ngzip_disable \"MSIE [1-6].(?!.*SV1)\";\r\n\r\n# Add a vary header for downstream proxies to avoid sending cached gzipped files to IE6\r\ngzip_vary on;<\/pre>\n<p>Test the configuration and fix errors (if any are shown):<\/p>\n<pre>nginx -t<\/pre>\n<p>Restart Nginx and verify that gzip is working properly.<\/p>\n<pre>service nginx restart<\/pre>\n<p>How to test if gzip compression is working in Nginx? Run the following curl command:<\/p>\n<pre>[user]$curl --header \"Accept-Encoding: gzip,deflate,sdch\" -I http:\/\/your-domain-name.com\/\r\nHTTP\/1.1 200 OK\r\nServer: nginx\r\nDate: Fri, 14 Apr 2017 09:59:38 GMT\r\nContent-Type: text\/html; charset=UTF-8\r\nConnection: keep-alive\r\nKeep-Alive: timeout=60\r\nLink: &lt;http:\/\/your-domain-name.com\/wp-json\/&gt;;\r\nContent-Encoding: gzip<\/pre>\n<p>If you see <code>Content-Encoding: gzip<\/code>, that means your page was served using the Nginx gzip Module.<\/p>\n<p>Another way to test this is using an online gzip test. There are many &#8220;gzip checkers&#8221; out there, so use whichever one you want. You can even check and verify if gzip is enabled using multiple methods, including curl and several online tools.<\/p>\n<p>That&#8217;s it. Your server should now be configured to use gzip compression and your websites should be noticeably faster.<\/p>\n<p>Of course, you don\u2019t have to do any of this if you use one of our <a href=\"https:\/\/linuxhostsupport.com\/server-configuration-optimization.html\">Service Configuration &amp; Optimization Services<\/a>, in which case you can simply ask our expert Linux admins to enable gzip compression for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS<span style=\"color: #000000;\">.<\/span><\/strong><\/span> If you liked this post, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p><div id=\"linux-610269769\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;ll show you, How to enable GZIP compression in Nginx. Lately, it&#8217;s all about optimizing your website and making it as fast as possible. Especially since search engines like Google consider page load time as a ranking factor. And, of course, the load time is a huge factor in user experience. Aside from using a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":67,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[23,79,22],"class_list":["post-64","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-gzip","tag-linux-host-support","tag-nginx"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to enable GZIP compression in Nginx | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"We&#039;ll show you, How to enable GZIP compression in Nginx. Lately, it&#039;s all about optimizing your website and making it as fast as possible. Especially\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to enable GZIP compression in Nginx | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"We&#039;ll show you, How to enable GZIP compression in Nginx. Lately, it&#039;s all about optimizing your website and making it as fast as possible. Especially\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-19T12:41:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-25T12:43:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to enable GZIP compression in Nginx\",\"datePublished\":\"2017-04-19T12:41:45+00:00\",\"dateModified\":\"2018-01-25T12:43:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\"},\"wordCount\":431,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg\",\"keywords\":[\"gzip\",\"Linux host support\",\"nginx\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\",\"name\":\"How to enable GZIP compression in Nginx | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg\",\"datePublished\":\"2017-04-19T12:41:45+00:00\",\"dateModified\":\"2018-01-25T12:43:11+00:00\",\"author\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"We'll show you, How to enable GZIP compression in Nginx. Lately, it's all about optimizing your website and making it as fast as possible. Especially\",\"breadcrumb\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg\",\"contentUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg\",\"width\":1200,\"height\":600,\"caption\":\"gzip compression in nginx\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/linuxhostsupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to enable GZIP compression in Nginx\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to enable GZIP compression in Nginx | LinuxHostSupport","description":"We'll show you, How to enable GZIP compression in Nginx. Lately, it's all about optimizing your website and making it as fast as possible. Especially","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/","og_locale":"en_US","og_type":"article","og_title":"How to enable GZIP compression in Nginx | LinuxHostSupport","og_description":"We'll show you, How to enable GZIP compression in Nginx. Lately, it's all about optimizing your website and making it as fast as possible. Especially","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2017-04-19T12:41:45+00:00","article_modified_time":"2018-01-25T12:43:11+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to enable GZIP compression in Nginx","datePublished":"2017-04-19T12:41:45+00:00","dateModified":"2018-01-25T12:43:11+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/"},"wordCount":431,"commentCount":0,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg","keywords":["gzip","Linux host support","nginx"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/","name":"How to enable GZIP compression in Nginx | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg","datePublished":"2017-04-19T12:41:45+00:00","dateModified":"2018-01-25T12:43:11+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"We'll show you, How to enable GZIP compression in Nginx. Lately, it's all about optimizing your website and making it as fast as possible. Especially","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/04\/gzip-compression-nginx.jpg","width":1200,"height":600,"caption":"gzip compression in nginx"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-enable-gzip-compression-in-nginx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to enable GZIP compression in Nginx"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=64"}],"version-history":[{"count":3,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/64\/revisions"}],"predecessor-version":[{"id":424,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/64\/revisions\/424"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/67"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=64"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=64"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}