aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-10-14-caddy.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022-10-14-caddy.md')
-rw-r--r--content/posts/2022-10-14-caddy.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2022-10-14-caddy.md b/content/posts/2022-10-14-caddy.md
index 248aca0..944d3ea 100644
--- a/content/posts/2022-10-14-caddy.md
+++ b/content/posts/2022-10-14-caddy.md
@@ -1,9 +1,9 @@
---
-title: "Caddy"
-date: 2022-10-14T22:58:22+01:00
-draft: false
-params:
- comments: true
+.title = "Caddy",
+.author = "Martin Ashby",
+.date = @date("2022-10-14T22:58:22+01:00"),
+.layout = "single.html",
+.custom = {"comments": true},
---
I switched to [caddy](https://caddywebserver.com) from nginx. Caddy has a 'simpler' configuration syntax, and offers built-in automatic TLS support with letsencrypt. I've also enabled automatic TLS support in [maddy](https://maddy.email) mail server, and I have been able to remove certbot entirely from my home server and disable the cron job that refreshed certs!