@abtnode/router-provider 1.8.66-beta-7f4224af → 1.8.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/nginx/util.js +2 -0
- package/package.json +6 -6
package/lib/nginx/util.js
CHANGED
|
@@ -178,6 +178,8 @@ http {
|
|
|
178
178
|
uwsgi_temp_path ${path.join(tmpDir, 'uwsgi')};
|
|
179
179
|
scgi_temp_path ${path.join(tmpDir, 'scgi')};
|
|
180
180
|
client_max_body_size ${maxBodySize}m;
|
|
181
|
+
variables_hash_max_size 2048;
|
|
182
|
+
variables_hash_bucket_size 128;
|
|
181
183
|
|
|
182
184
|
absolute_redirect off;
|
|
183
185
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.8.66
|
|
3
|
+
"version": "1.8.66",
|
|
4
4
|
"description": "Routing engine implementations for abt node",
|
|
5
5
|
"author": "polunzh <polunzh@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.8.66
|
|
36
|
-
"@abtnode/logger": "1.8.66
|
|
37
|
-
"@abtnode/router-templates": "1.8.66
|
|
38
|
-
"@abtnode/util": "1.8.66
|
|
35
|
+
"@abtnode/constant": "1.8.66",
|
|
36
|
+
"@abtnode/logger": "1.8.66",
|
|
37
|
+
"@abtnode/router-templates": "1.8.66",
|
|
38
|
+
"@abtnode/util": "1.8.66",
|
|
39
39
|
"axios": "^0.27.2",
|
|
40
40
|
"debug": "^4.3.4",
|
|
41
41
|
"find-process": "^1.4.7",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"fs-extra": "^10.1.0",
|
|
63
63
|
"needle": "^3.1.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "282247fd0ce6702e1d6920e90e2b3be0408cf879"
|
|
66
66
|
}
|