Title: Problem with web server name
Last modified: April 25, 2023

---

# Problem with web server name

 *  Resolved [codigoverso](https://wordpress.org/support/users/codigoverso/)
 * (@codigoverso)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problem-with-web-server-name/)
 * I use Nginx as my web server, but for security reasons, I changed the visible
   name to another one.
   When I do this, Defender detects that my server is not compatible
   with the plugin.It would be nice to add a section where we can indicate the name
   of our custom server and indicate which web server we use (within the compatible
   ones).I solved my problem in the following way:
 * add_filter(‘defender_get_supported_servers’,function($services){
   $services[‘mi_custom_name’]
   =’Nginx’;return $services;},10,1);
 * Greetings

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Saurabh – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support7/)
 * (@wpmudev-support7)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problem-with-web-server-name/#post-16685923)
 * Hi [@codigoverso](https://wordpress.org/support/users/codigoverso/)
 * Hope you are doing fine!
 * I have shared this information with the development team so they can evaluate
   it. Keep in mind that adding any feature or modifying the existing ones may take
   some considerable time base on the development roadmap.
 * Also, thanks for sharing the code snippet that solved the issue in your particular
   case, since it’d useful for other plugin users.
 * We really appreciate your feedback as it helps improve our plugins.
 * Kind regards
 * Luis
 *  [Kris – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport13/)
 * (@wpmudevsupport13)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-web-server-name/#post-17070933)
 * Hi [@codigoverso](https://wordpress.org/support/users/codigoverso/)
 * As said above, this was already forwarded to our developers for future updates
   and I am marking this thread as resolved, but if you have any additional questions
   feel free to let us know.
 * Kind Regards,
   Kris
 *  Thread Starter [codigoverso](https://wordpress.org/support/users/codigoverso/)
 * (@codigoverso)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-web-server-name/#post-17071902)
 * Hi
 * Thank you for your help.
   Best regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with web server name’ is closed to new replies.

 * ![](https://ps.w.org/defender-security/assets/icon-256x256.gif?rev=3435930)
 * [Defender Security - Malware Scanner, Login Security & Firewall](https://wordpress.org/plugins/defender-security/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/defender-security/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/defender-security/)
 * [Active Topics](https://wordpress.org/support/plugin/defender-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/defender-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/defender-security/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [codigoverso](https://wordpress.org/support/users/codigoverso/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-web-server-name/#post-17071902)
 * Status: resolved