Skip to main content

4 docs tagged with "https"

View all tags

Caddy

Install Caddy with apt, write a minimal Caddyfile to proxy to your app, and rely on Caddy’s automatic HTTPS & systemd service.

HAProxy

Install HAProxy, configure HTTP/HTTPS frontends to a backend app, obtain Let’s Encrypt certificates, and auto-start with systemd.

Nginx

Install Nginx on Ubuntu/Debian, configure a basic reverse proxy to an app, enable HTTPS with Certbot, and make it persistent 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.