Caddy (web server): Difference between revisions

From David's Wiki
No edit summary
No edit summary
Line 1: Line 1:
* [https://caddyserver.com/ Website]
* [https://caddyserver.com/ Website]
Caddy is a webserver which is much simpler to configure than Apache and is supposedly just as fast.
It handles HTTPS automatically.


Advantages of Caddy:
Advantages of Caddy:

Revision as of 14:14, 26 January 2021

Caddy is a webserver which is much simpler to configure than Apache and is supposedly just as fast. It handles HTTPS automatically.

Advantages of Caddy:

  • Much simpler configuration
  • Automatic HTTPS (redirect, public certificates, self-signed certificates)
  • Automatic HTTP/2

This article is about Caddy v2.

Note that caddy does not support .htaccess which is only supported in Apache.

Caddyfile