<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Nginx Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/nginx/</link>
    <description>Recent content in Nginx Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/nginx/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Nginx Cheatsheet 01 — Nginx Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/01-basics-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/01-basics-cheatsheet/</guid>
      <description>Nginx basics — install, config structure, server blocks, locations.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 02 — Reverse Proxy</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/02-reverse-proxy-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/02-reverse-proxy-cheatsheet/</guid>
      <description>Nginx reverse proxy — proxy_pass, upstreams, headers, buffering.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 03 — TLS / HTTPS</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/03-tls-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/03-tls-cheatsheet/</guid>
      <description>Nginx TLS — certs, Let&amp;#39;s Encrypt, HSTS, modern config.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 04 — Caching</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/04-caching-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/04-caching-cheatsheet/</guid>
      <description>Nginx caching — proxy_cache, microcaching, cache-control.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 05 — Rate Limiting</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/05-rate-limiting-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/05-rate-limiting-cheatsheet/</guid>
      <description>Nginx rate limiting — limit_req, limit_conn, dynamic limits.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 06 — Load Balancing</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/06-load-balancing-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/06-load-balancing-cheatsheet/</guid>
      <description>Nginx load balancing — algorithms, health checks, sticky sessions.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 07 — Logging and Monitoring</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/07-logging-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/07-logging-cheatsheet/</guid>
      <description>Nginx logging — formats, JSON logs, conditional, monitoring.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 08 — Security Headers</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/08-security-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/08-security-cheatsheet/</guid>
      <description>Nginx security headers — CSP, HSTS, frame, content-type.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 09 — Static Sites and CDN</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/09-static-cdn-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/09-static-cdn-cheatsheet/</guid>
      <description>Nginx for static sites — cache headers, sendfile, brotli, CDN setup.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 10 — Nginx &#43; PHP-FPM</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/10-php-fpm-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/10-php-fpm-cheatsheet/</guid>
      <description>Nginx &#43; PHP-FPM — Laravel, WordPress, performance.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 11 — Performance Tuning</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/11-perf-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/11-perf-cheatsheet/</guid>
      <description>Nginx performance — workers, connections, sysctl, profiling.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 12 — Streaming, SSE, WebSocket</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/12-streaming-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/12-streaming-cheatsheet/</guid>
      <description>Nginx streaming — SSE, WebSocket, long polling.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 13 — Geo, Maps, and Variables</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/13-geo-maps-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/13-geo-maps-cheatsheet/</guid>
      <description>Nginx map, geo, GeoIP2, variables, complex routing.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 14 — OpenResty / Lua</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/14-openresty-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/14-openresty-cheatsheet/</guid>
      <description>OpenResty / Lua in nginx — access control, transforms, Redis.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 15 — Docker &#43; Nginx</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/15-docker-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/15-docker-cheatsheet/</guid>
      <description>Nginx in Docker — config mounting, env vars, multi-stage.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 16 — High Availability</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/16-ha-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/16-ha-cheatsheet/</guid>
      <description>Nginx HA — keepalived, DNS, anycast, multi-region.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 17 — Nginx as API Gateway</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/17-api-gateway-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/17-api-gateway-cheatsheet/</guid>
      <description>Nginx as API gateway — routing, auth, transform.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 18 — Common Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/18-patterns-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/18-patterns-cheatsheet/</guid>
      <description>Nginx common patterns — redirects, www, mirror, A/B.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 19 — Debugging Nginx</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/19-debugging-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/19-debugging-cheatsheet/</guid>
      <description>Nginx debugging — error log, debug build, strace, common errors.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 20 — Production Nginx Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/20-production-setup-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/20-production-setup-cheatsheet/</guid>
      <description>Production-ready Nginx config — full setup.</description>
    </item>
  </channel>
</rss>
