mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
header value is not present if field is prefixed with !
This commit is contained in:
parent
336f78e78f
commit
992e39fd0a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ encode [<matcher>] <formats...> {
|
||||||
|
|
||||||
match {
|
match {
|
||||||
status <code...>
|
status <code...>
|
||||||
header <field> <value>
|
header <field> [<value>]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -44,7 +44,7 @@ header [<matcher>] [[+|-|?|>]<field> [<value>|<find>] [<replace>]] {
|
||||||
# or a match block
|
# or a match block
|
||||||
match {
|
match {
|
||||||
status <code...>
|
status <code...>
|
||||||
header <field> <value>
|
header <field> [<value>]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue