Richard
unread,Jun 30, 2009, 4:49:23 PM6/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sinatrarb
Hello Sinatra-fans,
This may be a nginx or passenger issue but I thought I'd see if anyone
here has seen this.
I have a sinatra web application that acts perfectly as-expected when
running directly via rack/thin.
However, I just installed nginx and passenger and it works but after
visiting some URLs and then going to other URLs and then returning, I
get:
"Sorry, the page is temporarily unavailable"
And there's no way to get the page again. This will slowly happen to
all URLs but I haven't been able to repeat it reliably. Note that this
is not the "Not Found" 404 page that shows up if I go to an invalid
URL.
Has anyone seen this or something similar? My guess is it's a caching
issue of some sort but no idea at this point.
Thanks!