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
/
headers
/
caddyfile.go
Age
Commit message (
Expand
)
Author
2023-05-16
headers: Add > Caddyfile shortcut for enabling defer (#5535)
Francis Lavoie
2022-09-29
reverseproxy: On 103 don't delete own headers (#5091)
Matt Holt
2022-01-04
headers: Fix `+` in Caddyfile to properly append rather than set (#4506)
Francis Lavoie
2021-03-29
headers: Fix Caddyfile parsing for `request_header` with matchers (#4085)
Francis Lavoie
2020-11-30
headers: Fix Caddyfile parsing with request matcher (#3892)
Francis Lavoie
2020-11-20
headers: Support default header values in Caddyfile with '?' (#3807)
Gilbert Gilb's
2020-03-30
headers: Trim any trailing colon from field names as a courtesy
Matthew Holt
2020-02-04
header: caddyfile: Defer header operations for deletions or manually
Matthew Holt
2020-01-22
httpcaddyfile: Rename 'headers' directive to 'header'
Matthew Holt
2020-01-06
A few miscellaneous, minor fixes
Matthew Holt
2019-09-20
reverse_proxy/headers: Expose header replacement ability in Caddyfile
Matthew Holt
2019-09-13
Forgot to commit caddyfile.go changes in last commit
Matthew Holt
2019-09-11
headers: New 'request_header' directive; handle Host header specially
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew 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