nginx server that returns a http 410 to indicate that the page is gone
3.2K
A simple nginx server that you can run in place of your original site you want to remove from search engine indexes
docker run -it --rm -p 8080:80 paulgoio/httpgone:productionSimply put this image behind a reverse proxy and route traffic from a legacy website to port 80 of this container. The Container itself is just an nginx server returning a http 410 Gone status code on every request. Search engines will remove your site from their indexes after this status code.
Content type
Image
Digest
sha256:baf92cef3…
Size
27.7 MB
Last updated
11 days ago
docker pull paulgoio/httpgone:production-linux-arm64-v8