https://github.com/ruanbekker/nginx-cache-armhf
Nginx Reverse Proxy with Caching on Alpine for Docker
https://github.com/ruanbekker/nginx-cache-armhf
alpine cache docker nginx
Last synced: about 2 months ago
JSON representation
Nginx Reverse Proxy with Caching on Alpine for Docker
- Host: GitHub
- URL: https://github.com/ruanbekker/nginx-cache-armhf
- Owner: ruanbekker
- Created: 2018-08-20T21:21:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T07:00:56.000Z (almost 8 years ago)
- Last Synced: 2026-03-31T06:33:39.764Z (3 months ago)
- Topics: alpine, cache, docker, nginx
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-cache-armhf []( https://g.codefresh.io/repositories/ruanbekker/nginx-cache-armhf/builds?filter=trigger:build;branch:master;service:5b7bb805aedcd0abd3ccbec8~nginx-cache-armhf)
Nginx Reverse Proxy with Caching on Alpine for Docker
## Nginx Reverse Proxy for Ghost
This source code is built for a Caching Enabled Nginx Reverse Proxy to the upstream of Ghost blogging platform.
Caching:
- Static files will be cached for 7 days
- Content data will be cached for 1 day
## Environment Variables:
Ghost URL for Nginx Upstream:
```
- GHOST_UPSTREAM_NAME
```
It defaults to 127.0.0.1
## Add-Ons:
You can use this with Ghost for ARM:
- https://github.com/ruanbekker/ghost-armhf
## Docker Hub:
This image is available at:
- https://hub.docker.com/r/rbekker87/armhf-nginx-cache/
## Resources:
- https://www.nginx.com/blog/nginx-caching-guide/
- https://www.nginx.com/resources/wiki/start/topics/examples/reverseproxycachingexample/
- https://forum.nginx.org/read.php?2,6298,6315