NGINX · JSON Structure

Njs Ngx Shared Structure

The ngx.shared object provides access to shared memory zones declared with js_shared_dict_zone.

Type: object Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

NgxShared is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "NgxShared",
  "description": "The ngx.shared object provides access to shared memory zones declared with js_shared_dict_zone.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/definitions/SharedDict"
  }
}