Skip to content

Commit 0498214

Browse files
nenizeramaheshwarip
authored andcommitted
1 parent 3a84535 commit 0498214

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/automatic-platform-optimization/troubleshooting

1 file changed

+2
-2
lines changed

src/content/docs/automatic-platform-optimization/troubleshooting/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ No. APO ignores Origin Cache Control for caching on the Edge, but APO serves ori
1515

1616
## Why are my browser cache control headers missing with APO?
1717

18-
The browser cache control headers may be missing with APO if you set your browser to cache TTL to "respect existing headers." For example:
18+
The browser cache control headers may be missing with APO if you set your **Browser Cache TTL** to **Respect Existing Headers**. For example:
1919

2020
```sh
2121
curl --silent --verbose --output /dev/null https://example.com/ --header 'Accept: text/html' 2>&1 | grep cache-control
@@ -27,7 +27,7 @@ curl --silent --verbose --output /dev/null https://example.com/ --header 'Accept
2727

2828
## Is the stale-if-error directive still needed with APO?
2929

30-
No, the stale-if-error directive is not needed because the feature is built into APO.
30+
No, the `stale-if-error` directive is not needed because the feature is built into APO.
3131

3232
## When I check the posts and homepage cache status, the response header shows `cf-cache-status: BYPASS`. Is APO working?
3333

0 commit comments

Comments
 (0)