Skip to content
Snippets Groups Projects
Unverified Commit 09cbe4d2 authored by anarcat's avatar anarcat
Browse files

fix syntax

parent 918bfbee
No related branches found
No related tags found
No related merge requests found
......@@ -121,11 +121,13 @@ TBD.
### Apache Traffic Server
Pros:
* HTTPS
* HTTP/2
* industry leader (behind cloudflare)
Cons:
* load balancing is an experimental plugin (at least in 2016)
* no static file serving? or slower?
* no commercial support
......@@ -136,6 +138,7 @@ Used by Yahoo, Apple and Comcast.
### Nginx
Pros:
* provides full webserver stack means much more flexibility,
possibility of converging over a single solution across the
infrastructure
......@@ -146,6 +149,7 @@ Pros:
* HTTPS
Cons:
* provides full webserver stack (!) means larger attack surface
* no ESI or ICP?
* does not cache out of the box, requires config which might imply
......@@ -156,12 +160,14 @@ Used by Cloudflare, MaxCDN and Netflix.
### Varnish
Pros:
* specifically built for caching
* very flexible
* grace mode can keep objects even after TTL expired (when backends
go down)
Cons:
* no HTTPS support on frontend or backend in the free version
* configuration is compiled and a bit weird
* static content needs to be generated in the config file, or sidecar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment