I am trying block /administrator/ and /administrator/index.php in the nGinx server.
I have success for /administrator/ only:
location ~* /administrator/ {
deny all;
}
But /administrator/index.php still responding.
I tested another configs, but I still no success.