I have a reverse proxy with nginx + thin, and it works great.

My problem is redirection to any controller when I'm under "https". It
will redirect to "http".

For example i'm on https://example.com
then I use

  redirect "/view"

and I'm redirected to http://example.com/view

I've been searching but can't find anything.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to