mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Removed double ``X-Powered-By;`` (#934)
Removed double ```fastcgi_hide_header X-Powered-By;``` clause
This commit is contained in:
parent
78fb306950
commit
7c1efea6cc
@ -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/;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user