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)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Problem with web server name’ is closed to new replies.