Browse Source

chore: prepare v2.1.8

Jacky 2 days ago
parent
commit
e4dd130157
3 changed files with 7 additions and 2 deletions
  1. 1 1
      app/package.json
  2. 1 1
      app/src/version.json
  3. 5 0
      internal/nginx/nginx_directives.json

+ 1 - 1
app/package.json

@@ -1,7 +1,7 @@
 {
   "name": "nginx-ui-app-next",
   "type": "module",
-  "version": "2.1.7",
+  "version": "2.1.8",
   "packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
   "scripts": {
     "dev": "vite --host",

+ 1 - 1
app/src/version.json

@@ -1 +1 @@
-{"version":"2.1.7","build_id":3,"total_build":440}
+{"version":"2.1.8","build_id":1,"total_build":441}

+ 5 - 0
internal/nginx/nginx_directives.json

@@ -342,6 +342,11 @@
       "https://nginx.org/en/docs/http/ngx_http_core_module.html#disable_symlinks"
     ]
   },
+  "early_hints": {
+    "links": [
+      "https://nginx.org/en/docs/http/ngx_http_core_module.html#early_hints"
+    ]
+  },
   "empty_gif": {
     "links": [
       "https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html#empty_gif"