@abtnode/router-provider 1.16.39-beta-20250220-212222-627e9ea7 → 1.16.39-beta-20250222-094928-e54632fa

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.
@@ -138,6 +138,7 @@ class NginxProvider extends BaseProvider {
138
138
 
139
139
  this._copyConfigFiles();
140
140
  this._ensureDhparam();
141
+ this.updateProxyPolicy({ enabled: false });
141
142
  this.initialize();
142
143
  }
143
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.16.39-beta-20250220-212222-627e9ea7",
3
+ "version": "1.16.39-beta-20250222-094928-e54632fa",
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.16.39-beta-20250220-212222-627e9ea7",
36
- "@abtnode/logger": "1.16.39-beta-20250220-212222-627e9ea7",
37
- "@abtnode/router-templates": "1.16.39-beta-20250220-212222-627e9ea7",
38
- "@abtnode/util": "1.16.39-beta-20250220-212222-627e9ea7",
35
+ "@abtnode/constant": "1.16.39-beta-20250222-094928-e54632fa",
36
+ "@abtnode/logger": "1.16.39-beta-20250222-094928-e54632fa",
37
+ "@abtnode/router-templates": "1.16.39-beta-20250222-094928-e54632fa",
38
+ "@abtnode/util": "1.16.39-beta-20250222-094928-e54632fa",
39
39
  "@arcblock/http-proxy": "^1.19.1",
40
40
  "@arcblock/is-valid-domain": "^1.0.5",
41
41
  "axios": "^1.7.9",
@@ -60,5 +60,5 @@
60
60
  "bluebird": "^3.7.2",
61
61
  "fs-extra": "^11.2.0"
62
62
  },
63
- "gitHead": "63bae9e50d76bf481eb2bf930f98ea672f645c50"
63
+ "gitHead": "9eefa43edc541ba7b4db529898fb826a7b2a06b5"
64
64
  }