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
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
2019-09-16
httpcaddyfile: static_response -> respond; minor cleanups
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew Holt
2019-08-22
Fix SIV where /v2 was missing from caddyfile adapter work (#2721)
Mohammed Al Sahaf
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt