diff --git a/oss.js b/oss.js index b0f999d..97a4bf7 100644 --- a/oss.js +++ b/oss.js @@ -55,6 +55,7 @@ setInterval(cleanUpCache, CLEAN_INTERVAL); // Function to handle proxying and caching const handleRequest = (req, res) => { + const targetUrl = `https://oss.x-php.com${req.url}`; const cacheFilePath = getCacheFilePath(targetUrl);