From ab744cfa3664d4da80cefb1f6691fae53e454f5a Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Fri, 5 Aug 2022 08:33:31 -0400 Subject: [PATCH] Add caddy resources Matching content from https://github.com/kamranahmedse/developer-roadmap/blob/master/content/roadmaps/101-backend/content/122-web-servers/102-caddy.md --- .../102-devops/content/104-setting-up-x/106-caddy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/106-caddy.md b/content/roadmaps/102-devops/content/104-setting-up-x/106-caddy.md index 0b4e60b6c..594f8aaf7 100644 --- a/content/roadmaps/102-devops/content/104-setting-up-x/106-caddy.md +++ b/content/roadmaps/102-devops/content/104-setting-up-x/106-caddy.md @@ -1 +1,7 @@ -# Caddy \ No newline at end of file +# Caddy + +The Caddy web server is an extensible, cross-platform, open-source web server written in Go. It has some really nice features like automatic SSL/HTTPs and a really easy configuration file. + +Free Content +Official Website +Getting started with Caddy the HTTPS Web Server from scratch