Skip to main content

4 docs tagged with "reverse-proxy"

View all tags

Caddy

Install Caddy on Ubuntu/Debian, configure a minimal Caddyfile to reverse proxy your app, and use automatic HTTPS with systemd.

HAProxy

Install HAProxy on Ubuntu/Debian, configure it as an HTTP/HTTPS reverse proxy, add Let’s Encrypt certificates, and run it persistently with systemd.

Nginx

Install Nginx on Ubuntu/Debian, configure a reverse proxy, enable HTTPS with Let’s Encrypt, and manage it with systemd.

Traefik

Install Traefik as a systemd service, configure entrypoints on :80/:443, set up Let’s Encrypt (HTTP-01), and route traffic to your app.