Skip to content

Commit c54a684

Browse files
committed
feat(ci): open-payments now served via from nginx
1 parent 5ec6c74 commit c54a684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/nginx-rewrite/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Simple nginx-based static file server for the developers portal under the `/developers` path.
44

5+
## Background
6+
7+
Previously, this content was served from an AWS S3 bucket through AWS CloudFront CDN. After migrating to GCS, we encountered a significant limitation: the GCS CDN lacks CloudFront's intelligent URL rewriting capabilities, and automatic `index.html` serving doesn't come out of the box. The simplest solution was to host the content through nginx and handle all rewrite rules at the server level.
8+
59
## What it does
610

711
- Serves static files from the GCS bucket `gs://interledger-org-developers-portal/developers`

0 commit comments

Comments
 (0)