index b0a4911..136ab40 100644
@@ -8,4 +8,6 @@ reverse proxy and web server. sits in front of application servers, handles SSL
**role in the deploy chain:** [[Cloudflare]] → [[AWS Lightsail]] → nginx → [[gunicorn]] → app. nginx terminates SSL and proxies to the app server on localhost. [[systemd]] keeps it running.
-**why nginx:** battle-tested, configuration is declarative, handles thousands of concurrent connections efficiently.
\ No newline at end of file
+**why nginx:** battle-tested, configuration is declarative, handles thousands of concurrent connections efficiently.
+
+**deep dive:** [awesome-nginx](/@harrisonqian/awesome/wiki/back-end-development/nginx) — full list of nginx resources, modules, and guides.
\ No newline at end of file