DanThiffault / rails-lastmile

Chef rails configuration
MIT License
28 stars 23 forks source link

Support X-Forwarded-Proto header in nginx config #19

Closed trianglegrrl closed 11 years ago

trianglegrrl commented 11 years ago

Whoops. Sorry about the PR confusion.

We ran into an issue where we did force_ssl with Rails and things started breaking. It turns out that nginx didn't know how to proxy these connections to Unicorn. This fixes that issue.

jherdman commented 11 years ago

:+1:

jherdman commented 11 years ago

@DanThiffault any word on the status of this pull request?

DanThiffault commented 11 years ago

Sorry James been swamped. Will take a look tomorrow.

On Oct 9, 2013, at 21:35, James Herdman notifications@github.com wrote:

@DanThiffault https://github.com/DanThiffault any word on the status of this pull request?

— Reply to this email directly or view it on GitHubhttps://github.com/DanThiffault/rails-lastmile/pull/19#issuecomment-25980720 .

DanThiffault commented 11 years ago

Thanks for the patience. Looks good

trianglegrrl commented 11 years ago

Thank you, @DanThiffault!