Skip to content

Commit ab87ba9

Browse files
committed
Fix spacing and picture
1 parent 9f7683e commit ab87ba9

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

docs/dedicated/akamai/cdn.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Gateway CDN. See the Akamai docs on
3535
Make the following behavior changes:
3636

3737
1. Configure the Origin URL to point to the URL given to you by Zuplo for your
38-
API gateway. This would look something similar to below:
38+
API gateway. Ensure that the Forward Host Header is configured to be the
39+
Origin Hostname. This would look something similar to below:
3940
![api_gateway_origin_url](../../../public/media/managed-dedicated-akamai/api_gateway_origin_url.png)
4041

4142
2. Turn on Content Targeting (Edgescape) in the Geolocation rule in the Property
@@ -62,19 +63,17 @@ Under the Default Rule page, add the following behaviors:
6263

6364
2. Modify Incoming Request Header behavior, with the following fields: Action:
6465
Add, Select Header Name: Other, Custom Header Name: X-Forwarded-Host, Header
65-
Value: \{\{builtin.AK_HOST\}\}.
66+
Value: \{\{builtin.AK_HOST\}\}. This should look like the picture below:
6667

67-
These behaviors should look like the picture below:
68+
![dev_portal_cdn_base_path_and_incoming_header_behaviors](../../../public/media/managed-dedicated-akamai/default_rule_dev_portal_config.png)
6869

69-
![dev_portal_cdn_base_path_and_incoming_header_behaviors](../../../public/media/managed-dedicated-akamai/default_rule_dev_portal_config.png)
70+
3. Caching, which should have the following configurations: Caching Option
71+
should be set to "Honor origin Cache-Control and Expires", Force Validation
72+
of stale objects should be set to "Always revalidate with origin", Default
73+
Maxage should be set to 0 seconds, and all the Cache-Control header
74+
directives should be enabled. This will look like below:
7075

71-
3. Caching, which should have the following configurations: Caching Option
72-
should be set to "Honor origin Cache-Control and Expires", Force Validation
73-
of stale objects should be set to "Always revalidate with origin", Default
74-
Maxage should be set to 0 seconds, and all the Cache-Control header
75-
directives should be enabled. This will look like below:
76-
77-
![dev_portal_caching_behavior](../../../public/media/managed-dedicated-akamai/dev_portal_cdn_caching_behavior.png)
76+
![dev_portal_caching_behavior](../../../public/media/managed-dedicated-akamai/dev_portal_cdn_caching_behavior.png)
7877

7978
Congratulations, you've set up your Akamai CDNs to serve your API Gateway and
8079
Developer Portal! At this point, you should be able to test that these things
Loading

0 commit comments

Comments
 (0)