From ec56d840c8a921caf1a50c40516807188f2e0074 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Wed, 9 Jan 2019 19:52:14 +0100 Subject: [PATCH] Ready for PHP 7.3 resolver 208.67.222.222 208.67.220.220 valid=30s; --- install-nextcloud-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud-ubuntu.sh b/install-nextcloud-ubuntu.sh index 7dac0c3..4477035 100644 --- a/install-nextcloud-ubuntu.sh +++ b/install-nextcloud-ubuntu.sh @@ -134,7 +134,7 @@ open_file_cache_errors on; keepalive_timeout 65; reset_timedout_connection on; server_tokens off; -resolver 8.8.8.8 valid=30s; +resolver 208.67.222.222 208.67.220.220 valid=30s; resolver_timeout 5s; include /etc/nginx/conf.d/*.conf; }