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
- CDN: Enabled with `cacheMode: USE_ORIGIN_HEADERS`, so Drupal/Apache `Cache-Control` headers dictate TTLs for both HTML and assets
498
498
499
499
-**`nginx-rewrite-backend`**: Serves the `/developers` portal
500
500
- Backend: Cloud Run serverless NEG (`nginx-rewrite` service)
@@ -505,6 +505,8 @@ Current backend services in use:
505
505
506
506
**Note**: The instance group is named `staging-interledger-ig` for historical reasons, but it serves both environments.
507
507
508
+
**CDN verification reminder**: Google Cloud CDN does **not** add an `Age` (or similar) response header. To confirm cache hits, use Cloud CDN logs or hit-rate metrics instead of relying on origin headers.
0 commit comments