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
/
map
Age
Commit message (
Expand
)
Author
2022-10-18
map: Clarified how destination values should be formatted (#5156)
Scott Mebberson
2022-09-29
map: Remove infinite recursion check (#5094)
Matt Holt
2022-09-28
caddyhttp: replace placeholders in map defaults (#5081)
Will Norris
2022-09-01
map: Coerce val to string, fix #4987
Matthew Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-05-06
map: Prevent output destinations overlap with Caddyfile shorthands (#4657)
Francis Lavoie
2022-03-21
map: Evaluate placeholders in output vals (#4650)
Matthew Holt
2022-03-18
caddyfile: Support for raw token values; improve `map`, `expression` (#4643)
Francis Lavoie
2022-03-17
map: Support numeric and bool types with Caddyfile
Matthew Holt
2021-10-19
map: Fix 95c03506 (avoid repeated expansions)
Matthew Holt
2021-10-13
map: Fix regex mappings
Matthew Holt
2021-03-10
map: Accept regex substitution in outputs (#3991)
Rajat Jain
2021-01-16
map: Add missing json struct tag
Matthew Holt
2020-10-02
map: Bug fixes; null literal with hyphen in Caddyfile
Matthew Holt
2020-10-02
map: Apply default if mapped output is nil
Matthew Holt
2020-10-02
map: Reimplement; multiple outputs; optimize
Matthew Holt
2020-06-26
caddyhttp: Add 'map' handler (#3199)
Mark Sargent