From 57819ab855c909b1b5237d1ee5b50d80d0cb93ba Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Tue, 28 Oct 2025 10:46:11 +0000 Subject: [PATCH] nic: Remove VS/VSR Header subheading --- ...rtualserver-and-virtualserverroute-resources.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/content/nic/configuration/virtualserver-and-virtualserverroute-resources.md b/content/nic/configuration/virtualserver-and-virtualserverroute-resources.md index 4899b0fdb..761929b9e 100644 --- a/content/nic/configuration/virtualserver-and-virtualserverroute-resources.md +++ b/content/nic/configuration/virtualserver-and-virtualserverroute-resources.md @@ -493,20 +493,6 @@ See the [`sticky`](https://nginx.org/en/docs/http/ngx_http_upstream_module.html? |``secure`` | Adds the ``Secure`` attribute to the cookie. | ``boolean`` | No | |``samesite`` | Adds the ``SameSite`` attribute to the cookie. The allowed values are: ``strict``, ``lax``, ``none`` | ``string`` | No | -### Header - -The header defines an HTTP Header: - -```yaml -name: Host -value: example.com -``` - -|Field | Description | Type | Required | -| ---| ---| ---| --- | -|``name`` | The name of the header. | ``string`` | Yes | -|``value`` | The value of the header. | ``string`` | No | - ### Action The action defines an action to perform for a request.