In the home directory of the nginx user I have hundreds of empty files named wp-cron.php?doing_wp_cron.
So my questions are
- why...?
- can I delete them...? .
- and how do I stop then regenerating?
Thanks
In the home directory of the nginx user I have hundreds of empty files named wp-cron.php?doing_wp_cron.
So my questions are
- why...?
- can I delete them...? .
- and how do I stop then regenerating?
Thanks
Share Improve this question asked Sep 22, 2017 at 12:57 Wayne TheisingerWayne Theisinger 1514 bronze badges1 Answer
Reset to default 2Ah... worked it out, though normally I rely on the traffic of the blog to hit wordpress' fake cron I did have a daily crontab with wget to make sure site was fresh just before doing an export for an integration... but to stop it downloading the response of the request (in this case an empty file) you need to add the --spider option
31 0 * * * wget -qT 30 --spider http://www.example/wp-cron.php