Files
weval-l99/wp_deny.conf
2026-04-20 14:13:48 +02:00

8 lines
190 B
Plaintext

# V86 WP scanner attacks blocker
location ~ ^/(wp-login\.php|xmlrpc\.php|wp-admin|wp-includes|wp-content|\.env)$ {
deny all;
access_log off;
log_not_found off;
return 444;
}