Dmytro
Basic Pleskian
- Server operating system version
- CloudLinux 8.8
- Plesk version and microupdate number
- 18.0.61 #5
Hi. WPToolkit has this option here:
Once it is enabled, nginx vhost configuration file be appended with this rule:
In this case it blocks even local requests to .user.ini files that is could be used for different purposes , for example this file used by WordFence firewall
Once it is enabled, nginx vhost configuration file be appended with this rule:
Code:
# "Block access to potentially sensitive files"
# To remove this rule, revert this security measure on each WordPress installation on this domain
location ~* ".*\.(?:psd|log|cmd|exe|bat|csh|ini|sh)$" {
return 403;
}
In this case it blocks even local requests to .user.ini files that is could be used for different purposes , for example this file used by WordFence firewall