[Rails] Sinatra send my https redirects to http
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home