GithubHelp home page GithubHelp logo

docker-nginx-https-cache's Introduction

docker-nginx-https-cache

A proxy cache nginx that forces the cache of resources and make conditional get request to the proxified server to check if the resource must be redownloaded.

The "remote" is the proxyfied server.

Check those env variables to customise the instance:

  • REMOTE_PROTOCOLE: the remote protocol. default 'https'
  • REMOTE_HOST: the ip or fqdn of the remote
  • CACHE_TTL: the time to live for cached resources. Remember that invalidated cache only leads to a conditonal GET request based on If-Modified-Since header. default '5m'
  • MAX_CACHE_SIZE: default '10g'
  • MAX_CLIENT_CONNECTED: limit the number of concurent connections. Return 503 to new clients if reached. default infinite
  • CACHE_LOCK_TIMEOUT: lock a ressource being cached in order to avoid multiple downloads. Default '10s'

Usage :

docker run -ti -p 80:80 -e "REMOTE_PROTOCOLE=https" -e "REMOTE_HOST=10.10.12.14" -e "CACHE_TTL=1h" -e "MAX_CLIENT_CONNECTED=500" -e "CACHE_LOCK_TIMEOUT=1m" digitallumberjack/docker-nginx-https-cache:latest

docker-nginx-https-cache's People

Contributors

digitallumberjack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.