[Nginx] Drop X-Powered-By via fastcgi_hide_header
parent
3e0be1cb0b
commit
84d205d728
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
|
fastcgi_hide_header X-Powered-By;
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
root /web;
|
root /web;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue