Caddy (web server): Difference between revisions

From David's Wiki
(Created page with "* [https://caddyserver.com/ Website] This article is about Caddy v2.")
 
No edit summary
Line 1: Line 1:
* [https://caddyserver.com/ Website]
* [https://caddyserver.com/ Website]
Advantages of Caddy:
* Much simpler configuration
* Automatic HTTPS (redirect + certificate)
* Automatic HTTP/2


This article is about Caddy v2.
This article is about Caddy v2.
Note that caddy does not support <code>.htaccess</code> which is only supported in Apache.
==Caddyfile==

Revision as of 14:11, 26 January 2021

Advantages of Caddy:

  • Much simpler configuration
  • Automatic HTTPS (redirect + certificate)
  • Automatic HTTP/2

This article is about Caddy v2.

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

Caddyfile