From b49c906d44a85957155e90e4563f9f42e576ea10 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 18 Nov 2025 11:36:52 +0100 Subject: [PATCH] Correct proxy URL in README example Updated proxy URL in usage example for clarity. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 649bd40..8d48bb3 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ This mode is activated by setting the `BASE_URL` environment variable. It allows 1. Set the environment variable `BASE_URL=cdn.example.com`. 2. Request `https://media.example.com/object/image.jpg`. -3. The service will proxy the request to `https://cdn.albert.lol/object/image.jpg`. +3. The service will proxy the request to `https://cdn.example.com/object/image.jpg`. This is useful for cleaner URLs and when proxying to a single, trusted domain.