From 7c1efea6cc0e8001cfe779ea23dce309e8e25b2d Mon Sep 17 00:00:00 2001 From: timm2k Date: Tue, 20 Nov 2018 14:06:25 +0100 Subject: [PATCH] Removed double ```X-Powered-By;``` (#934) Removed double ```fastcgi_hide_header X-Powered-By;``` clause --- admin_manual/installation/nginx.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index b84f37020..643aeee68 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -79,9 +79,6 @@ webroot of your nginx installation. In this example it is # Remove X-Powered-By, which is an information leak fastcgi_hide_header X-Powered-By; - # Remove X-Powered-By, which is an information leak - fastcgi_hide_header X-Powered-By; - # Path to the root of your installation root /var/www/nextcloud/; @@ -230,9 +227,6 @@ your nginx installation. # Remove X-Powered-By, which is an information leak fastcgi_hide_header X-Powered-By; - # Remove X-Powered-By, which is an information leak - fastcgi_hide_header X-Powered-By; - # Path to the root of your installation root /var/www/;