grib
grib

@dgold Thanks for your Watchtower and Aperture guides. Don't suppose you came across any issues with Watchtower not updating. Both services are connected but the cron job seems to fail

|
Embed
dgold
dgold

@grib I'm afraid I haven't come across that error. I'd try running the cron.php script by hand and seeing if it spits errors at you. Maybe also check that /usr/bin/php is correctly pointing at your php, and that the path you give to cron.php is correct?

|
Embed
grib
grib

@dgold Thanks. Turns out the local server used Apache, and live server uses Nginx, so I think it's improper laravel route handling in my Nginx config

|
Embed
In reply to
dgold
dgold

@grib oh dear. I can post my site's nginx conf someplace if that would help?

|
Embed
grib
grib

@dgold what have you got in location / {...}

|
Embed
grib
grib

@dgold I've got try_files $uri $uri/ /index.php?$query_string;

|
Embed