This image can be used as a base image for webservers that utilize Cloudflare's cache to reduce traffic hitting the actual server.
When starting the container, this image will attempt to purge the Cloudflare cache and then start NGINX with nginx -g "daemon off;"
, just like in the official NGINX image. See entrypoint.sh
for the whole script.
Variable | Description |
---|---|
CLOUDFLARE_ZONE_ID |
The v4 zone id for your Cloudflare site |
CLOUDFLARE_PURGE_TOKEN |
Your API token to purge a site's cache |
This repository is released under the MIT license.