Trung tâm cứu trợ
arrow
User Guide (bằng tiếng En-us).
arrow
Cache Proxy(Linux)

Cache Proxy(Linux)

2025-06-20 10:00

1. Overview

Caching proxy function: cost reduction and efficiency improvement, fast response
  1. Reduce the pressure on the target server: The system automatically caches successful request results. For the same request, the cache is preferentially called to avoid repeated access to the target site.
  2. Same-day request reuse: If the new request is the same as the request that has been processed on the same day, the cached data will be directly returned, and the response speed will be significantly improved.
  3. Cost optimization: Enable caching to enjoy resource usage fee discounts (see the service agreement for details).

2. Steps

Step 1 Download certificate to a location you know.
Step 2 Open the end point and execute the following command
sudo mv ./omegaproxy.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates