From f7e9adc1f3a0fa7d3a76e531e1a8647f50c62193 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 9 Oct 2018 11:00:48 +0200 Subject: [PATCH] Feature-Policy had a typo in the statement: add_header Feature-Policy "geolocation 'self'"; --- install-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index be15ac7..d2b4425 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -468,7 +468,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