Web server configuration: Difference between revisions

From Open Source Ecology
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:

  1. Nginx
  2. Varnish
  3. 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

Nginx

Varnish

Apache

See Also