diff --git a/nginx.conf.template b/nginx.conf.template index c311eae..fe6a06a 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -25,6 +25,8 @@ http { "~*" $http_origin; } + resolver 127.0.0.11 valid=10s ipv6=off; + upstream backend { server ${API_BASE_URL}:8080; } diff --git a/package-lock.json b/package-lock.json index 4165dfe..5eb77d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dex-ui-vue", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 431c473..1d4e3b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dex-ui-vue", "private": true, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "scripts": { "dev": "vite",