From f3bc62ba9f41c943ebc924e67986a04c86c4eab5 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Fri, 29 Apr 2016 14:43:42 +0200 Subject: [PATCH 1/2] Add a couple of awesome webservers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9580aa6..29486b2 100644 --- a/README.md +++ b/README.md @@ -611,7 +611,9 @@ _See https://github.com/Kickball/awesome-selfhosted#xmpp_ *Web servers.* * [Apache](http://httpd.apache.org/) - Most popular web server. + * [Caddy](https://caddyserver.com/) - Modern feature set and easy to configure. * [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy. + * [Hiawatha](https://www.hiawatha-webserver.org/) - Prioritises security, simplicity and performance. * [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. * [uWSGI](https://github.com/unbit/uwsgi/) - The uWSGI project aims at developing a full stack for building hosting services. From 246b9bf4240bfec3de06d0f0fb82a7224a908990 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Fri, 13 May 2016 18:43:31 +0200 Subject: [PATCH 2/2] Make Caddy's description more specific --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29486b2..a4a4cd1 100644 --- a/README.md +++ b/README.md @@ -611,7 +611,7 @@ _See https://github.com/Kickball/awesome-selfhosted#xmpp_ *Web servers.* * [Apache](http://httpd.apache.org/) - Most popular web server. - * [Caddy](https://caddyserver.com/) - Modern feature set and easy to configure. + * [Caddy](https://caddyserver.com/) - Lightweight, general-purpose web server supporting HTTP/2, automatic TLS and easy configuration. Written in Go. * [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy. * [Hiawatha](https://www.hiawatha-webserver.org/) - Prioritises security, simplicity and performance. * [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments.