summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authortom barrett <thomas.barrett@de.kaercher.com>2023-09-02 13:15:36 +0200
committerTom Barrett <tom@tombarrett.xyz>2023-11-01 17:33:26 +0100
commit73e78ab226f21e6c6c68961af88c4ab9c746f4f4 (patch)
tree5b12e5d6d84a424436480d6eb2ac3e31daa57658 /cmd
parent0db29e2ce9799f652f3d16fd5aed6e426d23bd0a (diff)
caddy-cgi
Diffstat (limited to 'cmd')
-rw-r--r--cmd/caddy/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/caddy/main.go b/cmd/caddy/main.go
index 48fa149..9d2ec2c 100644
--- a/cmd/caddy/main.go
+++ b/cmd/caddy/main.go
@@ -33,6 +33,7 @@ import (
// plug in Caddy modules here
_ "github.com/caddyserver/caddy/v2/modules/standard"
+ _ "github.com/aksdb/caddy-cgi/v2"
)
func main() {