k i think i can reproduce the error if you create a dummp 503.php file in web root i.e. public/503.php with just <?php http_response_code(503) ?> and refresh the page at domain.com/503.php - gives 502 bad gateway. Seems it's because php-fpm looks at...