Skip to content

Commit

Permalink
Merge pull request #100 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
README: Typo
  • Loading branch information
tobmatth authored Sep 10, 2017
2 parents c5470d8 + 5d2c25f commit 0e49611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ config.middleware.use Rack::SslEnforcer, ignore: lambda { |request| request.env[

This ignores ELB healthchecks and development environment as ELB healthchecks aren't forwarded requests, so it wouldn't have the forwarded proto header.

Same goes for when running without a proxy (like developemnt locally), making `:except_environments => 'development'` unecessary.
Same goes for when running without a proxy (like developemnt locally), making `:except_environments => 'development'` unnecessary.

In Sinatra or other non-rails ruby applications, work off the following line:
```ruby
Expand Down

0 comments on commit 0e49611

Please sign in to comment.