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
/
modules
/
caddyhttp
/
encode
/
zstd
Age
Commit message (
Expand
)
Author
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2022-08-25
zstd: fix typo in comment (#4985)
Simon Legner
2021-06-18
encode: Tweak compression settings (#4215)
Klaus Post
2021-03-29
encode,staticfiles: Content negotiation, precompressed files (#4045)
Steffen Brüheim
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Fix module-related errors
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-15
Minor tweaks
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-29
Fix encoder name bug; remove unused field in encode middleware struct
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-13
Implement brotli encoder; improve validation of other encoders
Matthew Holt
2019-06-10
Implement encode middleware (#2)
Matt Holt