From 8b064871c784dc1e26388b3110a7683bd517806b Mon Sep 17 00:00:00 2001 From: Nicolas Simond Date: Wed, 10 Aug 2016 12:51:00 +0200 Subject: [PATCH] Add Caddy Web Server + * [Caddy](https://caddyserver.com/) - The HTTP/2 Web Server with Fully Managed TLS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e53dac0..0ef88b1 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. *Web servers.* * [Apache](http://httpd.apache.org/) - Most popular web server. +* [Caddy](https://caddyserver.com/) - The HTTP/2 Web Server with Fully Managed TLS. * [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy. * [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments. * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.