Top "Caddy" questions

Caddy is a configurable web server written in Go that supports modern features such as HTTP/2, IPv6, Markdown, WebSockets, FastCGI, templates and more, right out of the box.

caddy.service start request repeated too quickly

I'm using systemd to start a caddy webserver on an ubuntu 16.04 machine. Whenever I run sudo service caddy start and …

systemd caddy
Caddy - Setting HTTPS on local domain

I would like to add HTTPS to my local domain, however we can't do this on localhost. My website goes …

https localhost caddy caddyfile
How to configure Caddy 2 in docker-compose file to do reverse proxy without a bind mounted Caddyfile?

I have a docker-compose file with two services: my webapp, it exposes port 3000 caddy, it works as reverse proxy for …

docker-compose caddy
Specify Caddy listening port

"By default, Caddy will bind to ports 80 and 443 to serve HTTPS and redirect HTTP to HTTPS." (https://caddyserver.com/docs/…

caddy caddyfile