hello Jose @aaPanel_Jose ,
how can I configure below cron in aapanel. I tried in Command line which was working earlier in VPS but this is not working in aapanel crontab -e.
*/5 * * * * curl https://kt.xxxyyy.com/cron_job/background_scanning_update_subscriber_info/ >/dev/null 2>&1
Tried in Access URL method in aapanel but curl is not accepting.
Also tried in shell script mode in aapanel with below formation but job is not performing.
/www/server/panel/php/74/bin/php/www/wwwroot/kt.xxxyyy.com/cron_job/publish_post >> /dev/null 2>&1
Please guide me