summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/testdata/remote.php
AgeCommit message (Collapse)Author
2020-04-27caddyhttp: Add split_path to file matcher (used by php_fastcgi) (#3302)Francis Lavoie
* matcher: Add `split_path` option to file matcher; used in php_fastcgi * matcher: Skip try_files split if not the final part of the filename * matcher: Add MatchFile tests * matcher: Clarify SplitPath godoc