Have a WordPress site running on Ubuntu/NGINX, going through my NGINX error log, came across some entries that I don't fully understand. Wondering if somebody can clue me in as to what the problem is and how to fix it:
[error] 5487#5487: *95856 FastCGI sent in stderr: "Unable to open primary script: /usr/share/nginx/html/installer-backup.php (No such file or directory)" while reading response header from upstream, client: 172.31.44.66, server: mydomain.com, request: "GET /installer-backup.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "mydomain.com"
Is PHP-FPM looking for a PHP file named "installer.backup.php" and not finding it? What is this file and why is it needed? Is this some sort of malicious attacker looking for this file to exploit?
Any advice appreciated.