Changes between Initial Version and Version 1 of Ticket #25239, comment 26
- Timestamp:
- 08/23/2016 10:43:40 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25239, comment 26
initial v1 5 5 Wordpress + nginx + system cron sending emails. 6 6 7 Not sure if nginx is required, when you use system cron the variables coming from http daemon will not be set. How do you expect to get anything from $_SERVER['SERVER_NAME'] or $_SERVER['HTTP_HOST']when you just call the php script from cron (php wp-cron.php)?7 Not sure if nginx is required, when you use system cron the variables coming from http daemon will not be set. How do you expect to get anything from `$_SERVER['SERVER_NAME']` or `$_SERVER['HTTP_HOST']` when you just call the php script from cron (php wp-cron.php)?