mirror of
https://github.com/caddyserver/caddy.git
synced 2026-03-17 14:34:03 +00:00
15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
# Used by import_block_snippet_non_replaced_block_from_separate_file.caddyfiletest
|
|
|
|
(snippet) {
|
|
header {
|
|
reverse_proxy localhost:3000
|
|
{block}
|
|
}
|
|
}
|
|
|
|
# This snippet being unused by the test Caddyfile is intentional.
|
|
# This is to test that a panic runtime error triggered by an out-of-range slice index access
|
|
# will not happen again, please see issue #7518 and pull request #7543 for more information
|
|
(unused_snippet) {
|
|
header SomeHeader SomeValue
|
|
} |