﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/9" rel="self" type="application/rss+xml" />
        <title><![CDATA[How to setup Nginx server blocks (virtual hosts)]]></title>
        <description><![CDATA[<p>Nginx logically divides the configurations in order to serve different content into blocks. A server block is a subset of Nginx’s configuration that defines a virtual server used to handle requests of a defined type. Administrators often configure multiple server blocks and decide which block should handle which connection based on the requested domain name, port and IP address.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/9/how-to-setup-nginx-server-blocks-virtual-hosts]]></link>
        <pubDate>Mon, 05 Apr 2021 18:25:25 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>how-to-setup-nginx-server-blocks-virtual-hosts</title>
            <link><![CDATA[https://www.hibit.dev/posts/9/how-to-setup-nginx-server-blocks-virtual-hosts]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2021/headers/nginx_server_block.png]]></url>
            <width>440></width>
            <height>150></height>
        </image>
    </channel>
</rss>
