Thanks for the reply Dean. And thank you too for the great tutorial. (It also came up in my searches for info on configuring nginx to work with shiny server.)
So, I decided to just try your nginx.conf file pretty much verbatim (though I needed to add an "events { }" block and wrap the "server { }" block in an "http { }" block). Restarted nginx, but no luck.
Just to make sure I'm not missing something obvious, I guess I should state what I expected would happen with your nginx.conf:
Out of curiosity, why does your nginx.conf file have only a "server { }" block and omit the "http { }" block, "events { }" block, etc.? (I ask because those are the differences I had to introduce to get nginx to start.)
Thanks again.
Joel