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
/
addresses.go
Age
Commit message (
Expand
)
Author
2022-05-08
httpcaddyfile: Support multiple values for `default_bind` (#4774)
Francis Lavoie
2022-01-18
httpcaddyfile: Add `default_bind` global option (#4531)
Francis Lavoie
2022-01-18
httpcaddyfile: Fix incorrect handling of IPv6 bind addresses (#4532)
Francis Lavoie
2021-10-20
httpcaddyfile: Preserve IPv6 addresses through normalization (fix #4381)
Matthew Holt
2020-11-23
httpcaddyfile: Configure servers via global options (#3836)
Francis Lavoie
2020-04-14
httpcaddyfile: Don't lowercase placeholder contents (fixes #3264)
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-04-02
httpcaddyfile: Refactor site key parsing; detect conflicting schemes
Matthew Holt
2020-03-19
httpcaddyfile: 'bind' properly parses unix sockets (fixes #2999)
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-02-27
Fix typos (#3087)
Success Go
2020-01-19
httpcaddyfile: Fix address parsing; don't infer port at parse-time
Matthew Holt
2020-01-09
caddyfile: Less strict URL parsing; allows placeholders
Matthew Holt
2019-10-03
Add file-server and reverse-proxy subcommands
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