From af1f11e955eb72ea46382ee951f04d5a8b0d572e Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 27 Jul 2018 07:10:50 +0200 Subject: [PATCH] Changes to /etc/nginx/header.conf add_header Referrer-Policy "no-referrer" always; --- install-nextcloud.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index fb22897..b7ef33a 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -1,4 +1,4 @@ -############################################ +############################################# # Carsten Rieger IT-Services # https://www.c-rieger.de # https://github.com/riegercloud @@ -6,9 +6,10 @@ # Version 4.1 AMD64 # changes to the /etc/nginx/header.conf # July, 27th, 2018 -############################################ -# Ubuntu 18.04 LTS AMD64 - Nextcloud 13.0.5 -############################################ +############################################## +# Ubuntu 18.04 LTS AMD64 - Nextcloud 13 +# ready for Nextcloud 14 already! +############################################## #!/bin/bash ###global function to update and cleanup the environment function update_and_clean() {