From 340d659dab748551b54e6020e3cc068b0cdd79b1 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 19 Jan 2015 17:07:19 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e3b6ebc..32a2ad1 100644 --- a/Home.md +++ b/Home.md @@ -24,4 +24,6 @@ mydomain.com:80 2. Run `caddy`. If the Caddyfile isn't in the current directory, specify the path: `caddy -conf=/path/to/Caddyfile` -3. To configure Caddy further, refer to the Caddyfile documentation. \ No newline at end of file +3. To configure Caddy further, refer to the Caddyfile documentation. + +You can extend Caddy by writing middleware for it. How to do that is (basically) described in this wiki -- see the other pages. \ No newline at end of file