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
/
options.go
Age
Commit message (
Expand
)
Author
2022-02-17
caddytls: Support external certificate Managers (like Tailscale) (#4541)
Matt Holt
2022-01-18
httpcaddyfile: Add `default_bind` global option (#4531)
Francis Lavoie
2021-11-28
caddyfile: make renew_interval option configurable (#4451)
Rainer Borene
2021-06-08
httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (...
Klooven
2021-06-07
httpcaddyfile: Add `skip_install_trust` global option (#4153)
Francis Lavoie
2021-05-07
httpcaddyfile: Add `grace_period` global option (#4152)
Francis Lavoie
2021-05-02
httpcaddyfile: Add `auto_https ignore_loaded_certs` (#4077)
Francis Lavoie
2021-05-02
httpcaddyfile: Add global option for `storage_clean_interval` (#4134)
Francis Lavoie
2021-03-12
caddyconfig: add global option for configuring loggers (#4028)
Aaron Taylor
2021-01-07
caddytls: Configurable OCSP stapling; global option (closes #3714)
Matthew Holt
2021-01-07
httpcaddyfile: Support repeated use of cert_issuer global option
Matthew Holt
2021-01-05
caddyfile: Refactor unmarshaling of module tokens
Matthew Holt
2020-11-23
httpcaddyfile: Configure servers via global options (#3836)
Francis Lavoie
2020-08-11
caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)
Matt Holt
2020-08-03
httpcaddyfile: Bring `enforce_origin` and `origins` to admin config (#3595)
Ye Zhihao
2020-07-30
caddytls: Replace lego with acmez (#3621)
Matt Holt
2020-06-12
httpcaddyfile: New `acme_eab` option (#3492)
Chris Ortman
2020-05-19
httpcaddyfile: Add `auto_https` global option (#3284)
Francis Lavoie
2020-05-11
core: Add support for `d` duration unit (#3323)
Francis Lavoie
2020-05-11
httpcaddyfile: Make global options pluggable (#3265)
Francis Lavoie
2020-05-01
httpcaddyfile: Minor fixes to parsing storage options
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt
2020-03-10
httpcaddyfile: error for wrong arg count of admin opt (#3126) (#3131)
Francis Lavoie
2020-02-26
Initial implementation of global default SNI option (#3047)
Mark Sargent
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
2020-02-08
httpcaddyfile: Add support for DNS challenge solvers
Matthew Holt
2020-01-16
httpcaddyfile: Replace 'handler_order' option with 'order'
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-10-30
admin listener as opt-in for initial config (#2834)
Andreas Schneider
2019-09-30
httpcaddyfile: Add acme_ca and email global options
Matthew Holt
2019-09-19
httpcaddyfile: Global storage configuration (closes #2758)
Matthew Holt
2019-09-11
httpcaddyfile: Add 'experimental_http3' option
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew Holt
2019-08-22
caddyfile: Allow handler order to be customized
Matthew Holt