diff options
author | Francis Lavoie <[email protected]> | 2024-04-24 16:26:18 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-24 16:26:18 -0400 |
commit | 797973944f9bf60c84350a38848613b6247a66eb (patch) | |
tree | f50da352bdfd3e64d1ab6a86e5625a350f28d604 /caddytest/integration | |
parent | 6d97d8d87beb788d19a4084d07ec9157e5705b13 (diff) | |
download | caddy-797973944f9bf60c84350a38848613b6247a66eb.tar.gz caddy-797973944f9bf60c84350a38848613b6247a66eb.zip |
replacer: Implement `file.*` global replacements (#5463)
Co-authored-by: Matt Holt <[email protected]>
Co-authored-by: Mohammed Al Sahaf <[email protected]>
Diffstat (limited to 'caddytest/integration')
-rw-r--r-- | caddytest/integration/testdata/foo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caddytest/integration/testdata/foo.txt b/caddytest/integration/testdata/foo.txt new file mode 100644 index 000000000..191028156 --- /dev/null +++ b/caddytest/integration/testdata/foo.txt @@ -0,0 +1 @@ +foo
\ No newline at end of file |