Web server configuration: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "=Software= Our http(s) content is served using the following web servers: # Nginx # Varnish # Apache ==See Also== *Website *OSE Server Category: IT Infrastru...") |
No edit summary |
||
Line 6: | Line 6: | ||
# Varnish | # Varnish | ||
# Apache | # 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== | ==See Also== |
Revision as of 17:30, 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