{"id":685,"date":"2017-07-31T23:47:59","date_gmt":"2017-07-31T15:47:59","guid":{"rendered":"https:\/\/www.techcoil.com\/blog\/?p=685"},"modified":"2018-10-14T17:57:34","modified_gmt":"2018-10-14T09:57:34","slug":"how-to-setup-a-reverse-proxy-server-with-nginx-raspian-jessie-lite-and-raspberry-pi-3","status":"publish","type":"post","link":"https:\/\/www.techcoil.com\/blog\/how-to-setup-a-reverse-proxy-server-with-nginx-raspian-jessie-lite-and-raspberry-pi-3\/","title":{"rendered":"How to setup a reverse proxy server with nginx, Raspian Jessie Lite and Raspberry Pi 3"},"content":{"rendered":"<p>If you plan to deploy multiple devices at home and made them publicly accessible from outside your home network, you may want to consider setting up a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a> that will route HTTP traffic from the internet to the respective devices residing in your home network. <\/p>\n<p>Tagged with an affordable price tag with good specifications, the Raspberry Pi 3 is an ideal candidate for the hardware of a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a> at home. And since the <a href=\"http:\/\/nginx.org\/\" target=\"_blank\">nginx<\/a> server is a powerful reverse proxy server that can run efficiently on commodity hardware, it is an ideal candidate for the software aspect of a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a>. <\/p>\n<p>This post documents how to setup a reverse proxy server with <a href=\"http:\/\/nginx.org\/\" target=\"_blank\">nginx<\/a>, <a href=\"\/blog\/tag\/raspbian-jessie-lite\/\" target=\"_blank\">Raspian Jessie Lite<\/a> and Raspberry Pi 3. <\/p>\n<h2>Hardware recommendations for the reverse proxy server<\/h2>\n<p>I recommend the following hardware for the reverse proxy server:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.amazon.com\/gp\/product\/B01CCPKCSK\/ref=as_li_tl?ie=UTF8&tag=clivsperswebs-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01CCPKCSK&linkId=64594d3221ff586b89a75314339caa52\" target=\"_blank\">Official Raspberry Pi 3 Case - Red\/White<\/a><\/li>\n<li><a href=\"https:\/\/www.amazon.com\/gp\/product\/B01CD5VC92\/ref=as_li_tl?ie=UTF8&tag=clivsperswebs-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01CD5VC92&linkId=5e9e3f9b7a5f3d871801a9cb350be78c\" target=\"_blank\" data-amzn-asin=\"B01CD5VC92\">Raspberry PI 3 Model B A1.2GHz 64-bit quad-core ARMv8 CPU, 1GB RAM<\/a><\/li>\n<li><a href=\"https:\/\/www.amazon.com\/gp\/product\/B0166RR85U\/ref=as_li_tl?ie=UTF8&tag=clivsperswebs-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B0166RR85U&linkId=d9bafc959cf145db92885a2a5d247739\" target=\"_blank\">Kingston Digital 32GB microSDHC Class 10 UHS-I 45R Flash Card (SDC10G2\/32GBSP)<\/a><\/li>\n<li><a href=\"https:\/\/www.amazon.com\/gp\/product\/B00MARDJZ4\/ref=as_li_tl?ie=UTF8&tag=clivsperswebs-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B00MARDJZ4&linkId=dd34a2d599883d96b6cded12a8615724\" target=\"_blank\" data-amzn-asin=\"B00MARDJZ4\">CanaKit 5V 2.5A Raspberry Pi 3 Power Supply \/ Adapter \/ Charger (UL Listed)<\/a><\/li>\n<li><a href=\"https:\/\/www.amazon.com\/gp\/product\/B00N2VISLW\/ref=as_li_tl?ie=UTF8&tag=clivsperswebs-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B00N2VISLW&linkId=7f361c63b9853431b86543a604edefea\" target=\"_blank\">AmazonBasics RJ45 Cat-6 Ethernet Patch Cable - 3 Feet (0.9 Meters)<\/a><\/li>\n<\/ul>\n<p>If you had a spare micro USB charger that came along with your typical Android phone, you can use it to power your Raspberry Pi 3 instead of buying the <a href=\"https:\/\/www.amazon.com\/gp\/product\/B00MARDJZ4\/ref=as_li_tl?ie=UTF8&tag=clivsperswebs-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B00MARDJZ4&linkId=dd34a2d599883d96b6cded12a8615724\" target=\"_blank\" data-amzn-asin=\"B00MARDJZ4\">CanaKit 5V 2.5A Raspberry Pi 3 Power Supply \/ Adapter \/ Charger (UL Listed)<\/a>.<\/p>\n<h2>Prerequisite hardware to install operating system onto the microSD<\/h2>\n<p>Raspberry Pi 3 board will load an operating system from a microSD card. Hence, we will need to have a computer with a SD card reader. If your computer does not come with a <a href=\"https:\/\/www.amazon.com\/gp\/product\/B00NNF4I5M?ie=UTF8&camp=1789&creativeASIN=B00NNF4I5M&linkCode=xm2&tag=clivsperswebs-20\" target=\"_blank\">SD card reader<\/a>, you have to get one.<\/p>\n<p>If you have the standard SD card reader on your computer but do not have a SD card adapter, you may want to get the <a title=\"Kingston Digital microSDHC SDC10 32GB\" target=\"_blank\" href=\"https:\/\/www.amazon.com\/gp\/product\/B00519BEQY?ie=UTF8&tag=clivsperswebs-20&camp=1789&linkCode=xm2&creativeASIN=B00519BEQY\">Kingston Digital 32 GB microSDHC Class 10 UHS-1 Memory Card 30MB\/s with Adapter (SDC10\/32GB)<\/a> instead.<\/p>\n<h2>Getting a copy of Raspbian Lite<\/h2>\n<p>Once we had gotten the hardware, we can then proceed to <a href=\"http:\/\/downloads.raspberrypi.org\/raspbian_lite\/images\/raspbian_lite-2017-07-05\/2017-07-05-raspbian-jessie-lite.zip\" target=\"_blank\">download a copy of Raspbian Jessie Lite<\/a>. The latest Raspbian operating system is available at <a href=\"https:\/\/www.raspberrypi.org\/downloads\/raspbian\/\" target=\"_blank\">https:\/\/www.raspberrypi.org\/downloads\/raspbian\/<\/a>. As of this writing, the one that was available was \"RASPBIAN JESSIE LITE\":<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/2017-07-13_raspbian-download-page.gif\" alt=\"2017-07-13 Raspbian download page\" \/><\/p>\n<p>Click on the <a href=\"https:\/\/downloads.raspberrypi.org\/raspbian_lite_latest\" target=\"_blank\">Download ZIP<\/a> button and save the file onto your file system. <\/p>\n<h2>Installing Raspbian Lite on the microSD card<\/h2>\n<p>Once you had gotten the <code>.zip<\/code> file in your computer, extract the <code>.img<\/code> file from the <code>.zip<\/code> file. The <code>.img<\/code> file is the operating system image that we will use for installing Raspbian Jessie Lite onto the microSD card.<\/p>\n<p>If you have a MacBook, you can <a href=\"https:\/\/www.techcoil.com\/blog\/an-easy-way-to-install-raspberry-pi-operating-system-on-a-mac\/\" target=\"_blank\">use Etcher to install the operating system image onto your microSD card<\/a>.<\/p>\n<p>If you are using a windows machine, you can <a href=\"https:\/\/www.techcoil.com\/blog\/how-to-prepare-the-operating-system-to-run-your-raspberry-pi-with-your-windows-machine\/\" target=\"_blank\">use Win32DiskImager to install the operating system for your Raspberry Pi 3<\/a>.<\/p>\n<p>If you are using a Linux desktop, you should be able to Etcher to install the operating system for your Raspberry Pi 3.<\/p>\n<h2>Enabling SSH server for accessing your Raspberry Pi 3 without connecting a keyboard and monitor to it<\/h2>\n<p>With an SSH server running on Raspbian Jessie Lite, we do not have to find a spare keyboard and monitor in order to configure Raspbian Jessie Lite after it had booted up for the first time. To ensure that we have the SSH server running after the first boot, we can create a file named \"ssh\u201d in the boot partition of the SD card:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/raspbian-jessie-lite-20170705-boot-with-ssh-file.gif\" alt=\"Raspbian Jessie Lite 20170705 boot with ssh file\"\/><\/p>\n<h2>Assembling the reverse proxy server hardware<\/h2>\n<p>Once you have installed Raspbian Jessie Lite onto your microSD card, remove your microSD card from your SD card reader and insert it to the SD card slot on the Raspberry Pi 3 board. After that, proceed to <a href=\"\/blog\/how-to-assemble-the-raspberry-pi-3-board-with-the-raspberry-pi-official-case\/\" target=\"_blank\">assemble the Raspberry Pi 3 board to the Official Raspberry Pi case<\/a>.<\/p>\n<h2>Booting up your Raspbian Lite operating system<\/h2>\n<p>With the assembly of your Raspberry Pi 3 board and Official Raspberry Pi case, you need to connect one end of the RJ45 cable to the RJ45 port on your Raspberry Pi 3 board and the other end of the cable to one of the switch port of your home router. After that, plugin your micro USB cable and supply power to your Raspberry Pi 3 board.<\/p>\n<h2>Finding the IP address of your Raspberry Pi 3<\/h2>\n<p>When Raspbian Jessie Lite boots up, it will request an IP address from your router. We will need this IP address in order to SSH into the Raspberry Pi 3. Go to your router's address allocation table and find an entry with the name <strong>raspberrypi<\/strong>. Note that IP address for SSH access.<\/p>\n<h2>SSH into your Rasbian Jessie Lite with the default credentials<\/h2>\n<p>With the IP address, we can then SSH into our Raspberry Pi 3. Assuming that the router had given our Raspberry Pi 3 the IP address <strong>192.168.0.123<\/strong>, we will then open up a terminal program and enter the following command:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nssh pi@192.168.0.123\r\n<\/pre>\n<p>The default password for the default user <strong>pi<\/strong> is <strong>raspberry<\/strong>. Enter <strong>raspberry<\/strong> when the ssh command prompts for a password and we will be able to get into our Raspbian Jessie Lite to perform other configurations.<\/p>\n<p>After logging into your Raspbian Jessie Lite successfully, you will be able to see the following output:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nThe programs included with the Debian GNU\/Linux system are free software;\r\nthe exact distribution terms for each program are described in the\r\nindividual files in \/usr\/share\/doc\/*\/copyright.\r\n\r\nDebian GNU\/Linux comes with ABSOLUTELY NO WARRANTY, to the extent\r\npermitted by applicable law.\r\n\r\nSSH is enabled and the default password for the 'pi' user has not been changed.\r\nThis is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.\r\n<\/pre>\n<h2>Changing the default password for user pi<\/h2>\n<p>As hinted by the server output, we should change the default password for the <strong>pi<\/strong> user. To do so, we enter the following command into the terminal after we had logged into Raspbian Jessie Lite as the <strong>pi<\/strong> user:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\npasswd\r\n<\/pre>\n<p>At the prompt, type in <strong>raspberry<\/strong> for <strong>(current) UNIX password<\/strong> and your favourite password for the next two prompts. <\/p>\n<h2>Configuring the locale settings<\/h2>\n<p>Once we have changed the password, we should configure the locale settings too.<\/p>\n<p>To do so, we first run the Raspberry Pi Software Configuration Tool:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsudo raspi-config\r\n<\/pre>\n<p>And use it to generate the \"en_US.UTF-8\" locale and set it as the default locale for the system environment:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/raspi-config-raspbian-jessie-lite-with-localisation-options-selected.gif\" alt=\"raspi-config Raspbian Jessie Lite with Localisation Options selected\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/raspi-config-raspbian-jessie-lite-with-localisation-options-change-locale-selected.gif\" alt=\"raspi-config Raspbian Jessie Lite with Localisation Options -&gt; Change Locale selected\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/raspi-config-raspbian-jessie-lite-screen-for-generating-en-us-utf-8-locale.gif\" alt=\"raspi-config Raspbian Jessie Lite screen for generating en_us-UTF-8 locale\"\/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/raspi-config-raspbian-jessie-lite-setting-en-us-utf-8-as-default-locale-for-system-environment.gif\" alt=\"raspi-config Raspbian Jessie Lite settings en_us-UTF-8 as default locale for system environment\"\/><\/p>\n<p>After doing so, open up <code>\/etc\/default\/locale<\/code> with nano:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsudo nano \/etc\/default\/locale\r\n<\/pre>\n<p>And updated the contents to look like the following:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\nLANG=en_US.UTF-8\r\nLC_ALL=en_US.UTF-8\r\nLANGUAGE=en_US.UTF-8\r\n<\/pre>\n<p>This will ensure that the locale setting persist through system reboots.<\/p>\n<h2>Installing nginx on your Raspbian Jessie Lite operating system<\/h2>\n<p>Once we had configured the locale settings, we can then proceed to install nginx. To install nginx on Raspbian, we can enter the following command:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsudo apt-get update\r\nsudo apt-get install nginx -y --fix-missing\r\n<\/pre>\n<p>Once the command completed running, we will be able to use our browser to communicate with nginx:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/accessing-nginx-after-installation-on-raspbian-jessie-lite.gif\" alt=\"accessing nginx after installation on Raspbian Jessie Lite\"\/><\/p>\n<h2>Examples of using nginx as a reverse proxy server at home<\/h2>\n<p>Once we have nginx running on Raspbian Jessie Lite, we can use it as a reverse proxy server at home. The following is a list of articles which contain examples on how we can use nginx as a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a> at home:<\/p>\n<ul>\n<li><a href=\"\/blog\/setting-up-a-lemp-web-server-on-raspberry-pi-3-with-an-ubuntu-server-15-10-3-image-to-host-a-wordpress-website\/\">Setting up a LEMP web server on Raspberry Pi 3 with an Ubuntu Server 15.10.3 image to host a WordPress website<\/a><\/li>\n<li><a href=\"\/blog\/how-i-built-my-home-raspberry-pi-3-cctv-using-a-motion-eye-os-image-from-home-surveillance\/\">How I built my Raspberry Pi 3 CCTV using a MotionEyeOS image for home surveillance<\/a><\/li>\n<li><a href=\"\/blog\/how-i-setup-codiad-web-ide-on-my-raspberry-pi-3\/\">How I setup Codiad web IDE on my Raspberry Pi 3<\/a><\/li>\n<li><a href=\"\/blog\/how-i-setup-a-cctv-camera-with-raspberry-pi-zero-w-and-motioneyeos-image-for-home-surveillance\/\">How I setup a CCTV camera with Raspberry Pi Zero W and MotionEyeOS image for home surveillance<\/a><\/li>\n<\/li>\n<li><a href=\"\/blog\/how-to-enable-secured-remote-management-of-d-link-dir-series-router-with-certbot-nginx-raspbian-jessie-lite-and-raspberry-pi-3\/\" target=\"_blank\">How to enable secured remote management of D-Link DIR series router with Certbot, nginx, Raspbian Jessie Lite and Raspberry Pi 3<\/a><\/li>\n<li><a href=\"\/blog\/setting-up-projectsend-on-your-raspberry-pi-3-for-sharing-files-the-lemp-way\/\" target=\"_blank\">Setting up ProjectSend on your Raspberry Pi 3 for sharing files \u2013 the LEMP way<\/a><\/li>\n<\/ul>\n<h2>Buying the recommended hardware list to setup your own reverse proxy server with nginx, Raspian Jessie Lite and Raspberry Pi 3<\/h2>\n<p>If you do not have the Raspberry Pi 3 hardware mentioned in this post yet, you may want to purchase them from Amazon. Simply click on the button below to add the Raspberry Pi 3 hardware to your cart. You may remove anything that you already have or replace some of the hardware with other hardware.<\/p>\n<p><center><\/p>\n<form action=\"https:\/\/www.amazon.com\/gp\/aws\/cart\/add.html\" method=\"GET\" target=\"_blank\"><input name=\"AssociateTag\" type=\"hidden\" value=\"clivsperswebs-20\"\/><input name=\"SubscriptionId\" type=\"hidden\" value=\"[AKIAIMND5UBCQU2HRSUA]\"\/><input name=\"ASIN.1\" type=\"hidden\" value=\"B01CD5VC92\"\/><input name=\"Quantity.1\" type=\"hidden\" value=\"1\"\/><input name=\"ASIN.2\" type=\"hidden\" value=\"B01CCPKCSK\"\/><input name=\"Quantity.2\" type=\"hidden\" value=\"1\"\/><input name=\"ASIN.3\" type=\"hidden\" value=\"B0166RR85U\"\/><input name=\"Quantity.3\" type=\"hidden\" value=\"1\"\/><input name=\"ASIN.4\" type=\"hidden\" value=\"B00MARDJZ4\"\/><input name=\"Quantity.4\" type=\"hidden\" value=\"1\"\/><input name=\"ASIN.5\" type=\"hidden\" value=\"B00N2VISLW\"\/><input name=\"Quantity.5\" type=\"hidden\" value=\"1\"\/><br \/>\n<input alt=\"Buy from Amazon.com\" name=\"add\" type=\"image\" src=\"https:\/\/images-na.ssl-images-amazon.com\/images\/G\/01\/associates\/remote-buy-box\/buy4.gif\" value=\"Buy from Amazon.com\"><\/form>\n<p><\/center><\/p>\n\n      <ul id=\"social-sharing-buttons-list\">\n        <li class=\"facebook\">\n          <a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwp.me%2Fp245TQ-b3\" target=\"_blank\" role=\"button\" rel=\"nofollow\">\n            <img decoding=\"async\" src=\"\/ph\/img\/3rd-party\/social-icons\/Facebook.png\" alt=\"Facebook icon\"> Share\n          <\/a>\n        <\/li>\n        <li class=\"twitter\">\n          <a href=\"https:\/\/twitter.com\/intent\/tweet?text=&url=https%3A%2F%2Fwp.me%2Fp245TQ-b3&via=Techcoil_com\" target=\"_blank\" role=\"button\" rel=\"nofollow\">\n          <img decoding=\"async\" src=\"\/ph\/img\/3rd-party\/social-icons\/Twitter.png\" alt=\"Twitter icon\"> Tweet\n          <\/a>\n        <\/li>\n        <li class=\"linkedin\">\n          <a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=1&title=&url=https%3A%2F%2Fwp.me%2Fp245TQ-b3&source=https:\/\/www.techcoil.com\" target=\"_blank\" role=\"button\" rel=\"nofollow\">\n          <img decoding=\"async\" src=\"\/ph\/img\/3rd-party\/social-icons\/linkedin.png\" alt=\"Linkedin icon\"> Share\n          <\/a>\n        <\/li>\n        <li class=\"pinterest\">\n          <a href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fwww.techcoil.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F685&description=\" class=\"pin-it-button\" target=\"_blank\" role=\"button\" rel=\"nofollow\" count-layout=\"horizontal\">\n          <img decoding=\"async\" src=\"\/ph\/img\/3rd-party\/social-icons\/Pinterest.png\" alt=\"Pinterest icon\"> Save\n          <\/a>\n        <\/li>\n      <\/ul>\n    ","protected":false},"excerpt":{"rendered":"<p>If you plan to deploy multiple devices at home and made them publicly accessible from outside your home network, you may want to consider setting up a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a> that will route HTTP traffic from the internet to the respective devices residing in your home network. <\/p>\n<p>Tagged with an affordable price tag with good specifications, the Raspberry Pi 3 is an ideal candidate for the hardware of a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a> at home. And since the <a href=\"http:\/\/nginx.org\/\" target=\"_blank\">nginx<\/a> server is a powerful reverse proxy server that can run efficiently on commodity hardware, it is an ideal candidate for the software aspect of a <a href=\"https:\/\/www.techcoil.com\/blog\/the-reverse-proxy-server\/\" target=\"_blank\">reverse proxy server<\/a>. <\/p>\n<p>This post documents how to setup a reverse proxy server with <a href=\"http:\/\/nginx.org\/\" target=\"_blank\">nginx<\/a>, <a href=\"\/blog\/tag\/raspbian-jessie-lite\/\" target=\"_blank\">Raspian Jessie Lite<\/a> and Raspberry Pi 3.<\/p>\n","protected":false},"author":1,"featured_media":780,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"footnotes":""},"categories":[4],"tags":[225,240,308,417,432,279,195],"jetpack_featured_media_url":"https:\/\/www.techcoil.com\/blog\/wp-content\/uploads\/accessing-nginx-after-installation-on-raspbian-jessie-lite.gif","jetpack_shortlink":"https:\/\/wp.me\/p245TQ-b3","jetpack-related-posts":[],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/posts\/685"}],"collection":[{"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/comments?post=685"}],"version-history":[{"count":0,"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/posts\/685\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/media\/780"}],"wp:attachment":[{"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/media?parent=685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/categories?post=685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techcoil.com\/blog\/wp-json\/wp\/v2\/tags?post=685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}