Skip to content

Commit

Permalink
FIX Use "mysite" for platform vhost value.
Browse files Browse the repository at this point in the history
"mysite" is required for non-vhost stacks.
  • Loading branch information
GuySartorelli committed Jun 19, 2022
1 parent c7aee16 commit 2b5c31b
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 2b5c31b

Please sign in to comment.