diff --git a/client/nginx.conf b/client/nginx.conf index 216e5faf..d17b1911 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -1,5 +1,6 @@ server { listen 3000; + resolver: 8.8.8.8; location / { root /usr/share/nginx/html; index index.html index.htm;