index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
caddyconfig
/
httpcaddyfile
/
builtins.go
Age
Commit message (
Expand
)
Author
2021-05-02
httpcaddyfile: Add `auto_https ignore_loaded_certs` (#4077)
Francis Lavoie
2021-03-12
httpcaddyfile: Add `error` directive for the existing handler (#4034)
Francis Lavoie
2021-03-12
caddyconfig: add global option for configuring loggers (#4028)
Aaron Taylor
2021-02-02
httpcaddyfile: Add resolvers subdir of tls (close #4008)
Matthew Holt
2021-02-02
httpcaddyfile: Fix default issuers when email provided
Matthew Holt
2021-01-28
caddyhttp: Fix redir html status code, improve flow (#3987)
Tyler Kropp
2021-01-28
caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983)
Matt Holt
2021-01-06
caddytls: add 'key_type' subdirective (#3956)
Jordi Masip
2021-01-05
caddyfile: Refactor unmarshaling of module tokens
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-16
caddytls: Support multiple issuers (#3862)
Matt Holt
2020-10-02
map: Reimplement; multiple outputs; optimize
Matthew Holt
2020-08-11
Update comment and Caddy 1 EOL
Matthew Holt
2020-08-11
caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)
Matt Holt
2020-08-05
httpcaddyfile: Allow named matchers in `route` blocks (#3632)
Francis Lavoie
2020-07-30
caddytls: Replace lego with acmez (#3621)
Matt Holt
2020-06-05
httpcaddyfile: Add client_auth options to tls directive (#3335)
NWHirschfeld
2020-05-29
caddyconfig: Minor internal and godoc tweaks
Matthew Holt
2020-05-26
httpcaddyfile: New `handle_path` directive (#3281)
Francis Lavoie
2020-05-15
httpcaddyfile: Be stricter about `log` syntax (#3419)
Francis Lavoie
2020-05-02
caddytls: Finish upgrading to libdns DNS providers for ACME challenges
Matthew Holt
2020-05-01
httpcaddyfile: Update tls parsing for DNS providers
Matthew Holt
2020-04-30
caddytls: Adjust DNS challenge structure; clarify some docs
Matthew Holt
2020-04-01
caddytls: Refactor certificate selection policies (close #1575)
Matthew Holt
2020-04-01
caddytls: Update cipher suite names and curve names
Matthew Holt
2020-03-23
httpcaddyfile: Allow php_fastcgi to be used in route directive
Matthew Holt
2020-03-22
httpcaddyfile: Fix little typo (Next -> NextArg)
Matthew Holt
2020-03-20
httpcaddyfile: Simplify 'root' directive parsing
Matthew Holt
2020-03-20
httpcaddyfile: Append access logger name to log's includes (fix #3110)
Matthew Holt
2020-03-18
Little tweaky tweaks
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt
2020-03-06
Merge branch 'certmagic-refactor' into v2
Matthew Holt
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-03-04
httpcaddyfile: remove certificate tags from global state (#3111)
Mark Sargent
2020-02-28
httpcaddyfile: Treat no matchers as 0-len path matchers (fix #3100)
Matthew Holt
2020-02-25
v2: 'log' directive for Caddyfile, and debug mode (#3052)
Matt Holt
2020-02-20
httpcaddyfile: tls: Load repeated cert files only once, with one tag
Matthew Holt
2020-02-16
httpcaddyfile: 'handle_errors' directive
Matthew Holt
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
2020-02-12
tls: Add acme_ca_root and tls/ca_root to caddyfile (#3040)
Mark Sargent
2020-02-08
httpcaddyfile: Add support for DNS challenge solvers
Matthew Holt
2020-02-06
caddyfile: tls: Tag manual certificates (#2588)
Matthew Holt
2020-01-22
httpcaddyfile: Update directive docs; put root after rewrite
Matthew Holt
2020-01-22
httpcaddyfile: Get rid of 'tls off' parameter; probably not useful
Matthew Holt
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-13
tls: Ensure conn policy is created when providing certs in Caddyfile
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-09-30
httpcaddyfile: Add acme_ca and email global options
Matthew Holt
[next]