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
/
caddyfile
/
parse_test.go
Age
Commit message (
Expand
)
Author
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-09-16
Make copyright notice more consistent
Matthew Holt
2021-05-12
caddyfile: Add parse error on site address with trailing `{` (#4163)
Francis Lavoie
2021-04-09
caddyfile: reject cyclic imports (#4022)
Mohammed Al Sahaf
2020-11-23
caddyfile: Add support for env var defaults; add tests (#3682)
Francis Lavoie
2020-06-01
caddyfile: Add args on imports (#3423)
Francis Lavoie
2020-04-06
tests: Remove noisy logs
Matthew Holt
2020-04-01
caddyfile: Export NewTestDispenser() (close #2930)
Matthew Holt
2020-02-27
Fix typos (#3087)
Success Go
2020-01-09
caddyfile: fix replacing variables on imported files (#2970)
Mark Sargent
2020-01-09
caddyfile: Preprocess env vars in {$THIS} format (#2963)
Mark Sargent
2019-09-16
httpcaddyfile: static_response -> respond; minor cleanups
Matthew Holt
2019-08-21
Clean up Dispenser and filename handling a bit
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt