Lucee 5.1.0.34 installed on Nginx/Ubuntu - 502 Bad Gateway problem

I’ve been working on getting a stable Lucee installation up running for
some time now… I did the install using
foundeo https://github.com/foundeo/ubuntu-nginx-lucee
https://github.com/foundeo/ubuntu-nginx-lucee

I’m afraid that it wasn’t completely seemless but it seems to have resulted
in a working installation. The indication that the installation is working
is that I do get the “Congratulations… you are now running…”

But, alas, when I try to put up a simple test site I get the 502 Error when
changing my root doc from index.html to index.cfm. That is, the .html files
work fine… but now .cfm.

This is my config file

server {
listen 310;
server_name test1.com;
root /web/test1.com/;

Mod_cfml (Lucee) specific: add a unique ID for this server block.

For more info, see

http://www.modcfml.org/index.cfm/install/web-server-components/nginx-all-os/
set $lucee_context “example.com”;

include lucee.conf;
}

Any ideas?

Thanks,
Wayne