@dazhicheng/common 1.0.31 → 1.0.32

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/nginx_dev.conf CHANGED
@@ -20,6 +20,8 @@ server {
20
20
  server_name localhost;
21
21
  charset utf-8;
22
22
 
23
+ resolver 8.8.8.8 1.1.1.1 ipv6=off;
24
+
23
25
  # 使用自定义日志格式,记录后端转发地址
24
26
  access_log /var/log/nginx/access.log proxy_log;
25
27
 
package/nginx_test.conf CHANGED
@@ -19,6 +19,8 @@ server {
19
19
  server_name localhost;
20
20
  charset utf-8;
21
21
 
22
+ resolver 8.8.8.8 1.1.1.1 ipv6=off;
23
+
22
24
  # 使用自定义日志格式,记录后端转发地址
23
25
  access_log /var/log/nginx/access.log proxy_log;
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",