Change domain name
This commit is contained in:
parent
54ab6e9191
commit
604dff1f84
|
@ -4676,10 +4676,10 @@ Install the poller.
|
|||
editor /etc/crontab
|
||||
#+END_SRC
|
||||
|
||||
and append the following, changing mydomainname.com to whatever your domain is.
|
||||
and append the following, changing /mydomainname.com/ to whatever your domain is.
|
||||
|
||||
#+BEGIN_SRC
|
||||
12,22,32,42,52 * * * * root cd /var/www/apespace.org/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php
|
||||
12,22,32,42,52 * * * * root cd /var/www/mydomainname.com/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php
|
||||
#+END_SRC
|
||||
|
||||
Save and exit, then restart cron.
|
||||
|
|
Loading…
Reference in New Issue