mirror of
https://github.com/skidoodle/mediaproxy
synced 2026-04-28 08:27:34 +02:00
Correct proxy URL in README example
Updated proxy URL in usage example for clarity.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user