From c568c25a2f9ffeba93f268e579f89e315f4af9ce Mon Sep 17 00:00:00 2001 From: ryepup <40441+ryepup@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:09:32 +0000 Subject: [PATCH] update reference.json --- reference-lib/package-lock.json | 4 ++-- reference-lib/package.json | 2 +- reference-lib/src/reference.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference-lib/package-lock.json b/reference-lib/package-lock.json index 759da6c..42e0f00 100644 --- a/reference-lib/package-lock.json +++ b/reference-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nginx/reference-lib", - "version": "1.1.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nginx/reference-lib", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/reference-lib/package.json b/reference-lib/package.json index 2df9a76..6bbec25 100644 --- a/reference-lib/package.json +++ b/reference-lib/package.json @@ -1,6 +1,6 @@ { "name": "@nginx/reference-lib", - "version": "1.1.17", + "version": "1.1.18", "description": "", "main": "dist/index.js", "type": "module", diff --git a/reference-lib/src/reference.json b/reference-lib/src/reference.json index c4740a8..bde843e 100644 --- a/reference-lib/src/reference.json +++ b/reference-lib/src/reference.json @@ -12041,8 +12041,8 @@ "
uri
| off
\n\n\nThis directive is obsolete since version 1.25.1.
\n
Pre-emptively sends\n(pushes)\na request to the specified uri
\nalong with the response to the original request.\nOnly relative URIs with absolute path will be processed,\nfor example:
http2_push /static/css/main.css;\n
\n\nThe uri
value can contain variables.
Several http2_push
directives\ncan be specified on the same configuration level.\nThe off
parameter cancels the effect\nof the http2_push
directives\ninherited from the previous configuration level.
\n\n\nThis directive is obsolete since version 1.25.1.\nThe
\nearly_hints
\ndirective can be used instead.
Pre-emptively sends\n(pushes)\na request to the specified uri
\nalong with the response to the original request.\nOnly relative URIs with absolute path will be processed,\nfor example:
http2_push /static/css/main.css;\n
\n\nThe uri
value can contain variables.
Several http2_push
directives\ncan be specified on the same configuration level.\nThe off
parameter cancels the effect\nof the http2_push
directives\ninherited from the previous configuration level.