diff --git a/nginx.conf b/nginx.conf index 0c8539d..7d38b22 100644 --- a/nginx.conf +++ b/nginx.conf @@ -34,6 +34,7 @@ server { } location / { + resolver 8.8.8.8; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;