I have an nginx Debian 7 server I have configured for hhvm successfully before (with hh code working fine) but this week I did it again (from a fresh install of Debian 7) and it installed successfully and even responds "HipHop" when i request the phpinfo(). What it doesn't do is load any page with hh code.
I am trying to do:
<?hh
echo "HHVM v".HHVM_VERSION;
?>
on a page called test.php, but the page just hangs. php code runs fine just not anything in the hh code tags.