File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/automatic-platform-optimization/troubleshooting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2121curl --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
You can’t perform that action at this time.
0 commit comments