server { listen 80;
server_name hhvm.dev.*;
location / { fastcgi_pass 127.0.0.1:9001; include fastcgi_params; } }