summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-18 11:13:12 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-18 11:13:12 -0600
commit6706c9225a8dcb976785bdf2c35eb151d54ac18c (patch)
tree1e278a1261e826d0bda3c924bd179aabd0af2e92 /cmd
parent5137859e47678aae81e178ca7d164f9e2b4e3121 (diff)
Implement templates handler; various minor cleanups and bug fixes
Diffstat (limited to 'cmd')
-rw-r--r--cmd/caddy/main.go (renamed from cmd/caddy2/main.go)1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/caddy2/main.go b/cmd/caddy/main.go
index c2320ef..463b1b9 100644
--- a/cmd/caddy2/main.go
+++ b/cmd/caddy/main.go
@@ -16,6 +16,7 @@ import (
_ "github.com/caddyserver/caddy/modules/caddyhttp/requestbody"
_ "github.com/caddyserver/caddy/modules/caddyhttp/reverseproxy"
_ "github.com/caddyserver/caddy/modules/caddyhttp/rewrite"
+ _ "github.com/caddyserver/caddy/modules/caddyhttp/templates"
_ "github.com/caddyserver/caddy/modules/caddytls"
_ "github.com/caddyserver/caddy/modules/caddytls/standardstek"
)