Skip to content

Commit

Permalink
Slight improvements to the EC2 notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadrunner2 committed Oct 30, 2014
1 parent 3b25536 commit 1b7b2a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ provide the proxy protocol header while still being able to access the site
directly (not via the ELB):

1. In Apache create a copy of virtual host with a new port, and add the
'ProxyProtocol On' for this new virtual host.
'ProxyProtocol On' directive to this new virtual host.
2. Add an entry to the security group for the server that only allows access
to this new port from the ELB.
3. Point the ELB at this new port (and enable the proxy protocol for that)
to this new port from the ELB (specify the source as `amazon-elb/amazon-elb-sg`)
3. Point the ELB listener at this new port (and of course
[enable](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-proxy-protocol.html)
the proxy protocol for that)

## TODO

Expand Down

0 comments on commit 1b7b2a9

Please sign in to comment.