nginx+passenger +static websites= problems
- by Eugene K
I've got a Rails app that nginx serves through passenger.
I'd also like to serve some static content for a different domain name.
But when I add another server block to my config, both websites become unavailable returning HTTP 204.
What have I done wrong? What can I do to fix it?
Here's the http block of my nginx.conf:…