Reverse Proxy
Articles in this topic
What happens when you type a URL in the browser
What happens when you type a URL in the browser: DNS finds an entry, then TLS, a CDN or reverse proxy, and the app. curl timings locate the slow hop.
Website engineeringCaddy vs Nginx vs NPM
Caddy vs Nginx is a maintenance choice: a Caddyfile with automatic HTTPS, existing Nginx configs, or Nginx Proxy Manager's UI and database.
InfrastructureTroubleshoot 502 and 504
How to troubleshoot 502 and 504 by locating the gateway hop, then testing Docker DNS, ports, logs, and upstream timeout from that proxy.
Website engineering