ブラウザのセキュリティーチェック¶
NGINXのバージョンを隠す
nginx.conf server_tokens off;
PHPのバージョンを隠す
/etc/opt/remi/php80/php.ini expose_php = Off
参考サイト
https://qiita.com/hideji2/items/1421f9bff2a97a5e5794
https://mseeeen.msen.jp/how-to-hide-the-php-version-of-the-http-response-header/