[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@harrisonqian / Tools Stack / wiki/nginx.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # nginx 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. **deep dive:** [awesome-nginx](/@harrisonqian/awesome/wiki/back-end-development/nginx) — full list of nginx resources, modules, and guides.