• Hello I have been testing out the XMLRPC in NGINX there is a configuration error.

    When we disable XMLRPC the current nginx conf is
    location ~ xmlrpc.php { deny all; }

    It should be
    location ~ xmlrpc.php$ { deny all; }

    Can you help correct this since the file can be accessed.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NGINX Conf XMLRPC.php’ is closed to new replies.