Web server configuration

From Open Source Ecology
Revision as of 17:31, 22 December 2017 by Maltfield (talk | contribs)
Jump to navigation Jump to search

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