Web server configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
The traffic flows in-order, ie: Internet -> nginx -> varnish -> apache | The traffic flows in-order, ie: Internet -> nginx -> varnish -> apache | ||
And then back out to the client in the reverse order: apache -> varnish -> nginx -> Internet | And then back out to the client in the reverse order: apache -> varnish -> nginx -> Internet | ||
Revision as of 17:31, 22 December 2017
Software
Our http(s) content is served using the following web servers:
- Nginx
- Varnish
- Apache
The traffic flows in-order, ie: Internet -> nginx -> varnish -> apache
And then back out to the client in the reverse order: apache -> varnish -> nginx -> Internet