Skip to content

Commit

Permalink
Merge pull request #100 from silverstripe/fix-cron
Browse files Browse the repository at this point in the history
APPROVED. FIX Use "mysite" for platform vhost value.
  • Loading branch information
sabina-talipova authored Jun 20, 2022
2 parents c7aee16 + 2b5c31b commit a7ddc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crons:
mytask:
time: "0 3 * * *"
command: "/var/www/mysite/www/makedoc.sh | logger -t SilverStripe_cron"
vhost: "ssapi2"
vhost: "mysite"
url_rules:
mysite:
- '^.*': 'apache'

0 comments on commit a7ddc5c

Please sign in to comment.