[Nginx] Drop X-Powered-By via fastcgi_hide_header

master
andryyy 2020-05-06 20:14:34 +02:00
parent 3e0be1cb0b
commit 84d205d728
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
fastcgi_hide_header X-Powered-By;
absolute_redirect off;
root /web;