<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
<title>LEMP Field Notes</title>
<link>https://lemp.io/</link>
<description>Linux, Nginx, MySQL, PHP — configured correctly, explained clearly</description>
<language>en</language>
<item><title>How to Install a LEMP Stack on Ubuntu 24.04 (Step by Step)</title><link>https://lemp.io/install-lemp-stack-ubuntu-24-04/</link><guid>https://lemp.io/install-lemp-stack-ubuntu-24-04/</guid><description>To install a LEMP stack on Ubuntu 24.04, run sudo apt update, then install each component from the default repositories: sudo apt install nginx, sudo apt.</description></item>
<item><title>How to Secure Nginx with Let&#39;s Encrypt (Certbot Tutorial)</title><link>https://lemp.io/nginx-lets-encrypt-certbot/</link><guid>https://lemp.io/nginx-lets-encrypt-certbot/</guid><description>To secure Nginx with Let&#39;s Encrypt, install Certbot (sudo snap install --classic certbot on Ubuntu), then run sudo certbot --nginx -d yourdomain.com.</description></item>
<item><title>Nginx Server Blocks: Host Multiple Sites on One Server</title><link>https://lemp.io/nginx-server-blocks/</link><guid>https://lemp.io/nginx-server-blocks/</guid><description>Nginx server blocks are configuration sections — each a server { } block — that let one Nginx instance host multiple websites on a single server.</description></item>
<item><title>Nginx vs Apache: Performance, Config, and When to Use Each</title><link>https://lemp.io/nginx-vs-apache/</link><guid>https://lemp.io/nginx-vs-apache/</guid><description>Nginx and Apache are both mature, production-grade web servers; the core difference is architecture.</description></item>
</channel></rss>
