If you want to disable WP pseudo-cron and run real cron:
Cron command:
wget -q -O - https://domain.gr/wp-cron.php?doing_wp_cron >/dev/null 2>&1
or with PHP:
php /var/www/clients/clientX/webY/web/wp-cron.php > /dev/null 2>&1
If you want to disable WP pseudo-cron and run real cron:
Cron command:
wget -q -O - https://domain.gr/wp-cron.php?doing_wp_cron >/dev/null 2>&1
or with PHP:
php /var/www/clients/clientX/webY/web/wp-cron.php > /dev/null 2>&1