From d6cc6ed613d94496e46f2fbc51978e6a35392926 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 11 Jan 2019 17:35:47 +0100 Subject: [PATCH] Mods in nextcloud.conf required from > Nextcloud 15.0 woff2? --- install-nextcloud-ubuntu_arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud-ubuntu_arm64.sh b/install-nextcloud-ubuntu_arm64.sh index d48ca2b..4ab0f47 100644 --- a/install-nextcloud-ubuntu_arm64.sh +++ b/install-nextcloud-ubuntu_arm64.sh @@ -128,7 +128,7 @@ open_file_cache_errors on; keepalive_timeout 65; reset_timedout_connection on; server_tokens off; -resolver 208.67.322.222 208.67.320.220 valid=30s; +resolver 208.67.222.222 208.67.220.220 valid=30s; resolver_timeout 5s; include /etc/nginx/conf.d/*.conf; }