Removed double ``X-Powered-By;`` (#934)

Removed double ```fastcgi_hide_header X-Powered-By;``` clause
This commit is contained in:
timm2k
2018-11-20 14:06:25 +01:00
committed by Morris Jobke
parent 78fb306950
commit 7c1efea6cc

View File

@@ -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/;