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_test.go
Age
Commit message (
Expand
)
Author
2022-09-28
rewrite: Only trim prefix if matched
Matthew Holt
2022-08-16
caddyhttp: Smarter path matching and rewriting (#4948)
Matt Holt
2022-05-09
rewrite: Handle fragment before query (fix #4775)
Matthew Holt
2022-05-06
reverseproxy: Support performing pre-check requests (#4739)
Francis Lavoie
2022-01-13
rewrite: Fix a double-encode issue when using the `{uri}` placeholder (#4516)
Francis Lavoie
2021-03-01
rewrite: Implement regex path replacements
Matthew Holt
2021-01-11
rewrite: Use RawPath instead of Path (fix #3596) (#3918)
go-d
2020-04-01
rewrite: Fix for rewrites with URI placeholders (#3209)
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
2019-12-17
rewrite: Attempt query string fix (#2891)
Matthew Holt
2019-12-12
rewrite: query string enh.; substring replace; add tests (see #2891)
Matthew Holt