vue-cli-plugin-docker-nginx-diff-proxy
Advanced tools
+1
-1
@@ -28,3 +28,3 @@ { | ||
| }, | ||
| "version": "1.1.5" | ||
| "version": "1.1.6" | ||
| } |
+1
-1
@@ -75,3 +75,3 @@ const FS = require('fs'); | ||
| const text = `location ${this.proxy_prefix}` | ||
| const insertText = `${text} { proxy_pass ${this.env_prefix[prefix_key]} }`; | ||
| const insertText = `${text} { proxy_pass ${this.env_prefix[prefix_key]}; }`; | ||
| taskConfFile(path, insertText, text); | ||
@@ -78,0 +78,0 @@ } |
14797
0.01%