This commit is contained in:
Judah Caruso 2026-01-28 16:52:16 -07:00
parent 59b2951a36
commit 67b2e93122

View file

@ -12,7 +12,7 @@ It expects the following environment variables to be set:
HOW IT WORKS
When a request like `http://localhost:8080/user/repository/path/to/file` is sent to the proxy, it will dynamically fetch that file from the repository and return it to the user.
When a request like `http://:PORT/user/repository/path/to/file` is sent to the proxy, it will dynamically fetch that file from the repository and return it to the user.
USAGE WITH SYSTEMD