Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NginxでX-Powered-Byを非表示にする方法はありますか?
proxy_hide_header X-Powered-By;
x-powered-by はモジュールによって指定されます。たとえば、php fastcgi モジュールはexpose_php=Off php.ini で設定を提供します
expose_php=Off