Commit 943ed931 authored by Matt Holt's avatar Matt Holt Committed by GitHub

Merge pull request #1425 from jung-kurt/cgi

httpserver: Register cgi plugin
parents 2417d70b b210101f
......@@ -458,6 +458,7 @@ var directives = []string{
"prometheus", // github.com/miekg/caddy-prometheus
"proxy",
"fastcgi",
"cgi", // github.com/jung-kurt/caddy-cgi
"websocket",
"filemanager", // github.com/hacdias/caddy-filemanager
"markdown",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment