https://github.com/manuelmazzuola/nginx-cache
Nginx reverse proxy container to cache http requests
https://github.com/manuelmazzuola/nginx-cache
Last synced: 2 months ago
JSON representation
Nginx reverse proxy container to cache http requests
- Host: GitHub
- URL: https://github.com/manuelmazzuola/nginx-cache
- Owner: manuelmazzuola
- Created: 2018-09-27T12:34:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T07:36:05.000Z (over 6 years ago)
- Last Synced: 2025-02-09T16:42:38.542Z (4 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-cache
Nginx reverse proxy container to cache http requests.
More info https://github.com/ClouDesire/docusaurus/blob/source/website/blog/2018-09-26-circleci-ci-cache-proxy.md## usage
`docker run --name nginx -p 8080:8080 nginx-cache:latest`