Overview
In some scenarios, you may need to unset or remove HTTP headers in order to have remove systems correctly parse information or complete security checklists.
This article will step you through the process of removing these headers from your website.
Instructions
- Login to your Plesk instance.
- Select the website you wish to modify the HTTP headers from.
- Go to apache and nginx settings:
- At the bottom, go to Additional directives for HTTP and add the header you wish to unset.
Header unset X-Powered-By;
This should look similar to:
Click OK to save the settings and test that the header is now unset.