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
/
rewrite
/
caddyfile.go
Age
Commit message (
Expand
)
Author
2020-03-19
httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157)
Matt Holt
2020-01-22
rewrite: Prepend "/" if missing from strip path prefix
Matthew Holt
2020-01-11
http: A little more polish on rewrite handler and try_files directive
Matthew Holt
2020-01-10
rewrite: Rename parameters; implement custom query string parser
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2019-12-12
rewrite: strip_prefix, strip_suffix, and uri_replace dirs (closes #2906)
Matthew Holt
2019-10-16
Minor enhancements/fixes to rewrite directive and template virt req's
Matthew Holt
2019-10-06
rewrite: Return parse error if too many Caddyfile args (fixes #2791)
Matthew Holt
2019-09-10
rewrite: Caddyfile directive should always invoke a rehandle
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