Update wiki/nginx.md
97debfeebf77 harrisonqian 2026-04-12 1 file
index 136ab40..27de278 100644
@@ -4,10 +4,8 @@ visibility: public
# nginx
-reverse proxy and web server. sits in front of application servers, handles SSL termination, routing, and static file serving.
+reverse proxy and web server. handles SSL termination, routing, and static file serving.
**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.
-
**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