Skip to content

A public proxy cache server built with gofiber cache middleware.

Notifications You must be signed in to change notification settings

the-real-i9/i9-proxy-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Steps: Setup

Quick Recap: A reverse proxy server sits in-between the origin server and the network, receiving requests and sending responses on behalf of the origin server. It appears to the public as the origin server even though it's actually not, thus hiding intel on the origin server.

  • Deploy this Go project in a server dedicated for caching (a server-side cache or reverse proxy cache).

  • Start the server with the environment variable ORIGIN_SERVER set to your origin server's origin indicator (protocol://host)

    Example: This will cache request's to developer.mozilla.org

    ORIGIN_SERVER_URL=https://developer.mozilla.org

The domain assigned to this proxy server is your public website domain.

About

A public proxy cache server built with gofiber cache middleware.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages