mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
a8d45277ca
* caddyfile: Fix `import` replacing unrelated placeholders See https://caddy.community/t/snippet-issue-works-outside-snippet/12231 So it turns out that `NewReplacer()` gives a replacer with some global defaults (like `{env.*}` and some system and time placeholders), which is not ideal when running `import` because we just want to replace `{args.*}` only, and nothing else. * caddyfile: Add test |
||
---|---|---|
.. | ||
testdata | ||
adapter.go | ||
dispenser.go | ||
dispenser_test.go | ||
formatter.go | ||
formatter_fuzz.go | ||
formatter_test.go | ||
importgraph.go | ||
lexer.go | ||
lexer_fuzz.go | ||
lexer_test.go | ||
parse.go | ||
parse_test.go |