2018-11-27 UTC
# cjwillcock files on to php-fpm. My try_files directive didn't include the query string, so the PHP-FPM didn't receive and GET params. Check for `try_files $uri $uri/ /index.php;` in your configs. If you find that, change to `try_files $uri $uri/ /index.php?$query_string`. It's a long shot, but it worked for me. Maybe we followed the same bad advice re: setting up nginx at DO.