Skip to content

Commit 8492a71

Browse files
authored
Apply suggestions from code review
1 parent 9faa782 commit 8492a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/frontdoor/front-door-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ sections:
4949
- question: |
5050
Can I deploy another CDN from an external vendor behind or in front of Front Door?
5151
answer: |
52-
Chaining two CDNs is a generally not a recommended approach, it would work but comes with the following cons
52+
Chaining two CDNs is generally not a recommended approach, it would work but comes with the following cons
5353
1. CDN’s last mile acceleration utilizes keeping the connection stream with the origin, and finding optimal path to the origin to achieve best results. Chaining two CDNs together typically negates some of the benefits from last mile acceleration.
54-
2. Security controls become less effective at the second CDN. Any client IP based ACLing will not work at the second CDN as the second CDN will see thw first CDN’s exit node as Client IPs. Content payload will still be inspected.
54+
2. Security controls become less effective at the second CDN. Any client IP based ACLing will not work at the second CDN as the second CDN will see the first CDN’s exit node as Client IPs. Content payload will still be inspected.
5555
3. Many organizations can’t handle the complexity of troubleshooting two CDNs being chained and when a problem it becomes hard to figure out which CDN is having the issue.
5656
5757
- question: |

0 commit comments

Comments
 (0)