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
/
fileserver
/
matcher_test.go
Age
Commit message (
Expand
)
Author
2023-02-08
go.mod: Upgrade various dependencies (#5362)
Francis Lavoie
2023-01-04
fileserver: Add a couple test cases
Matthew Holt
2022-09-05
fileserver: Support glob expansion in file matcher (#4993)
Matt Holt
2022-07-30
fileserver: Support virtual file systems (#4909)
Matt Holt
2022-06-22
Expose several Caddy HTTP Matchers to the CEL Matcher (#4715)
Tristan Swadell
2021-09-16
fileserver: properly handle escaped/non-ascii paths (#4332)
Mohammed Al Sahaf
2021-06-17
caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)
Matt Holt
2020-12-04
fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739)
Francis Lavoie
2020-09-16
fileserver: Fix try_files for directories; windows fix (#3684)
Francis Lavoie
2020-08-01
fileserver: Fix newly-introduced failing test on Linux (#3625)
Matt Holt
2020-07-31
fileserver: Don't assume len(str) == len(ToLower(str)) (fix #3623)
Matthew Holt
2020-04-27
caddyhttp: Add split_path to file matcher (used by php_fastcgi) (#3302)
Francis Lavoie