Improved godoc, added two missing directives, update change log

This commit is contained in:
Matthew Holt 2016-06-07 09:27:14 -06:00
parent b23eec4fac
commit e7fc26e3fb
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03
4 changed files with 47 additions and 7 deletions

View file

@ -343,6 +343,8 @@ var directives = []string{
"jsonp", // github.com/pschlump/caddy-jsonp
"upload", // blitznote.com/src/caddy.upload
"internal",
"pprof",
"expvar",
"proxy",
"fastcgi",
"websocket",