php - How to i add CRON Job in Vesta CP Pannel What is Command -


how can add file of php , txt in cron job of 10 mint example url : http://example.com/xx/file.php
, http://example.com/xx/file.txt , i'm try command wget http://example.com/xx/file.php
when add command panel email me in spam of error.

here screen shoot of vestacp pannel

for example:

wget -q -o - "http://example.com/xx/file.php" > /dev/null 2>&1 

enter image description here


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -