From 6e450af96c4f0a6435aa727ac5609adcb15691d0 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 9 Oct 2018 11:01:53 +0200 Subject: [PATCH] Feature Policy had a typo in the statement add_header Feature-Policy "geolocation 'self'"; --- install-nextcloud-arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud-arm64.sh b/install-nextcloud-arm64.sh index 2b14498..ec95d32 100644 --- a/install-nextcloud-arm64.sh +++ b/install-nextcloud-arm64.sh @@ -462,7 +462,7 @@ add_header X-Permitted-Cross-Domain-Policies none; add_header X-Content-Type-Options "nosniff" always; add_header X-XSS-Protection "1; mode=block" always; add_header Referrer-Policy "no-referrer" always; -add_header Feature-Policy "geolocation 'self'" +add_header Feature-Policy "geolocation 'self'"; EOF touch /etc/nginx/optimization.conf cat </etc/nginx/optimization.conf