Releases: jung-kurt/caddy-cgi
CGI 1.10 for Caddy
1.9 for Caddy
This release supports a new CGI block subdirective pass_all_env
that instructs Caddy to pass all environment variables to the CGI application.
1.8 for Caddy
The new "inspect" CGI block subdirective can be used to diagnose problems with the CGI environment.
1.7 for Caddy
This release corrects an edge case with the "except" keyword.
1.6 for Caddy
Support empty environment variables to simulate Apache's behavior.
1.5 for Caddy
This release supports pattern exceptions to exclude certain scripts. It does this with the "except" subdirective.
1.4 for Caddy
This release transfers JSON Web Token claims to CGI apps via environment variables.
1.3 for Caddy
This release adds an example in Go
1.2 for Caddy after 0.9.5
This release reinstates the use of remote user name that is available in Caddy after version 0.9.5
1.1 for caddy 0.9.5
This release does not depend on the caddy.CtxKey (introduced after caddy 0.9.5) that is used to convey remote user information from the basicauth plugin to other plugins.