mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Hide X-Powered-By header (#239)
This commit is contained in:
@ -134,6 +134,7 @@ server {
|
||||
fastcgi_pass unix:/var/run/php/php${V_PHP_VERSION}-fpm.sock;
|
||||
fastcgi_param SCRIPT_FILENAME \$realpath_root\$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
fastcgi_hide_header X-Powered-By;
|
||||
}
|
||||
|
||||
location ~ /\.(?!well-known).* {
|
||||
|
Reference in New Issue
Block a user