Clarify CDN advantages (#310)

This commit is contained in:
Noe Brito 2020-07-09 17:49:43 -07:00 committed by GitHub
parent ad5435ba0d
commit cbaae481a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ A content delivery network (CDN) is a globally distributed network of proxy serv
Serving content from CDNs can significantly improve performance in two ways:
* Users receive content at data centers close to them
* Users receive content from data centers close to them
* Your servers do not have to serve requests that the CDN fulfills
### Push CDNs