-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #512 from cytopia/varnish-ssl-offloading
Varnish SSL offloading with HAProxy
- Loading branch information
Showing
9 changed files
with
195 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
+---------------------------+-----------+-----------+----------------+ | ||
| Container | Name | Hostname | IP Address | | ||
+===========================+===========+===========+================+ | ||
| Blackfire | blackfire | blackfire | 172.16.238.200 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| MailHog | mailhog | mailhog | 172.16.238.201 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| RabbitMQ | rabbit | rabbit | 172.16.238.210 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| Solr | solr | solr | 172.16.238.220 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| Varnish | varnish | varnish | 172.16.238.230 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| ELK: Elastic Search | elastic | elastic | 172.16.238.240 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| ELK: Logstash | logstash | logstash | 172.16.238.241 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
| ELK: Kibana | kibana | kibana | 172.16.238.242 | | ||
+---------------------------+-----------+-----------+----------------+ | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| Container | Name | Hostname | IP Address | | ||
+=====================================+===========+===========+================+ | ||
| Blackfire | blackfire | blackfire | 172.16.238.200 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| MailHog | mailhog | mailhog | 172.16.238.201 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| RabbitMQ | rabbit | rabbit | 172.16.238.210 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| Solr | solr | solr | 172.16.238.220 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| Varnish | varnish | varnish | 172.16.238.230 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| HAProxy (SSL offloader for Varnish) | haproxy | haproxy | 172.16.238.231 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| ELK: Elastic Search | elastic | elastic | 172.16.238.240 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| ELK: Logstash | logstash | logstash | 172.16.238.241 | | ||
+-------------------------------------+-----------+-----------+----------------+ | ||
| ELK: Kibana | kibana | kibana | 172.16.238.242 | | ||
+-------------------------------------+-----------+-----------+----------------+ |
Oops, something went wrong.