You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
* What steps will reproduce the problem?
1. Enable Downstream Caching
* What is the expected output?
No warnings.
* What do you see instead?
Warning: You seem to have downstream caching configured on your server.
DownstreamCacheRebeaconingKey should also be set for this to work correctly.
Refer to
https://developers.google.com/speed/pagespeed/module/downstream-caching#beaconin
g for more details.
This was reported on the ngx_pagespeed mailing list:
https://groups.google.com/forum/#!topic/ngx-pagespeed-discuss/nz_ruhHDZ0I
Looking at the code I don't think we're issuing this warning correctly and we
need to guard it with an explicit check for whether
DownstreamCacheRebeaconingKey is configured.
Original issue reported on code.google.com by jefftk@google.com on 30 Mar 2015 at 12:33