sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

How to put the cron script to work? #97

Open gabrielt opened 5 years ago

gabrielt commented 5 years ago

Hi,

The instructions say that we need this line at our crontab.

* * * * * root cd /var/www/phpredmin/public && php index.php cron/index

However, instead of running the script, this line here outputs the index page. We use nginx.

Thank you in advance.