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
/
rewrite.go
Age
Commit message (
Expand
)
Author
2020-04-01
rewrite: Fix for rewrites with URI placeholders (#3209)
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-15
rewrite: Make URI modifications more transactional (#2891)
Matthew Holt
2020-01-11
http: A little more polish on rewrite handler and try_files directive
Matthew Holt
2020-01-11
rewrite: Fix query string logic
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-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-17
rewrite: Attempt query string fix (#2891)
Matthew Holt
2019-12-12
try_files, rewrite: allow query string in try_files (fix #2891)
Matthew Holt
2019-12-12
rewrite: query string enh.; substring replace; add tests (see #2891)
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-19
rewrite: Options to strip prefix/suffix and issue redirects
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-07-11
Flatten HTTP handler config (#2662) (#2663)
Matt Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-04
Change import paths to GitHub package names
Matthew Holt
2019-05-23
Add request_body middleware and some limits to HTTP servers
Matthew Holt
2019-05-22
Export types and fields necessary to build configs (for config adapters)
Matthew Holt
2019-05-21
Module.New() does not need to return an error
Matthew Holt
2019-05-21
Fix up matchers tests and take care of TODO in rewrite
Matthew Holt
2019-05-20
Implement rewrite middleware; fix middleware stack bugs
Matthew Holt