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
Age
Commit message (
Expand
)
Author
2020-03-20
v2: fuzz: update function signature of caddyfile.Parse (#3160)
Mohammed Al Sahaf
2020-03-17
cmd: fmt: Fix brace opening block indentation (#3153)
Vaibhav
2020-02-29
fmt: Add support for block nesting. (#3105)
Vaibhav
2020-02-29
cmd: Add `caddy fmt` command. (#3090)
Vaibhav
2020-02-27
Fix typos (#3087)
Success Go
2020-02-26
caddyfile: expand environment variables within caddy files (#3082)
Zaq? Wiedmann
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-09
caddyfile: advance cursor for claimed token in NewFromNextTokens() (#2971)
Zaq? Wiedmann
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-11-04
caddyfile: Fix bug with Delete
Matthew Holt
2019-10-30
Add missing fuzzer (#2844)
Mohammed Al Sahaf
2019-10-15
v2: Make tests work on Windows (#2782)
Matt Holt
2019-10-15
v2: Project-and-CI-wide linter config (#2812)
Mohammed Al Sahaf
2019-09-28
caddyfile: Fix lexer behavior with regards to escaped newlines
Matthew Holt
2019-09-16
httpcaddyfile: static_response -> respond; minor cleanups
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew Holt
2019-09-09
reverse_proxy: Caddyfile integration (and fix blocks in Dispenser)
Matthew Holt
2019-08-22
caddyfile: Support global config block; allow non-empty blocks w/ 0 keys
Matthew Holt
2019-08-21
Clean up Dispenser and filename handling a bit
Matthew Holt
2019-08-21
Fix snippet nesting bug
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