Skip to content

Commit 18fbafc

Browse files
authored
fix: Remove VS/VSR Header subheading (#1381)
nic: Remove VS/VSR Header subheading
1 parent 17fa924 commit 18fbafc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

content/nic/configuration/virtualserver-and-virtualserverroute-resources.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -493,20 +493,6 @@ See the [`sticky`](https://nginx.org/en/docs/http/ngx_http_upstream_module.html?
493493
|``secure`` | Adds the ``Secure`` attribute to the cookie. | ``boolean`` | No |
494494
|``samesite`` | Adds the ``SameSite`` attribute to the cookie. The allowed values are: ``strict``, ``lax``, ``none`` | ``string`` | No |
495495

496-
### Header
497-
498-
The header defines an HTTP Header:
499-
500-
```yaml
501-
name: Host
502-
value: example.com
503-
```
504-
505-
|Field | Description | Type | Required |
506-
| ---| ---| ---| --- |
507-
|``name`` | The name of the header. | ``string`` | Yes |
508-
|``value`` | The value of the header. | ``string`` | No |
509-
510496
### Action
511497

512498
The action defines an action to perform for a request.

0 commit comments

Comments
 (0)