@abtnode/router-provider 1.7.12 → 1.7.15

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 CHANGED
@@ -172,8 +172,8 @@ http {
172
172
  client_max_body_size ${maxBodySize}m;
173
173
 
174
174
  log_format compression '$remote_addr - $remote_user [$time_local] '
175
- '"$request" $status $body_bytes_sent '
176
- '"$http_referer" "$http_user_agent" "$gzip_ratio"';
175
+ '"$host" "$request" $status $body_bytes_sent '
176
+ '"$http_referer" "$http_user_agent" "$http_x_forwarded_for" $request_time';
177
177
  access_log ${path.join(logDir, 'access.log')} compression;
178
178
  error_log ${path.join(logDir, 'error.log')} error;
179
179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.7.12",
3
+ "version": "1.7.15",
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.7.12",
36
- "@abtnode/logger": "1.7.12",
37
- "@abtnode/router-templates": "1.7.12",
38
- "@abtnode/util": "1.7.12",
35
+ "@abtnode/constant": "1.7.15",
36
+ "@abtnode/logger": "1.7.15",
37
+ "@abtnode/router-templates": "1.7.15",
38
+ "@abtnode/util": "1.7.15",
39
39
  "axios": "^0.26.1",
40
40
  "debug": "^4.3.3",
41
41
  "find-process": "^1.4.3",
@@ -62,5 +62,5 @@
62
62
  "fs-extra": "^10.0.1",
63
63
  "needle": "^3.0.0"
64
64
  },
65
- "gitHead": "afc78b9cb92448676149262fb02432bc256a5524"
65
+ "gitHead": "d95421b38c281ed41fa7490a707f149aa737f3d3"
66
66
  }