An Nginx Docker Image, which redirects each request to a specified URL.
909
This Docker Image redirects each HTTP request to a URL specified by the REDIRECTION_TARGET environment variable.
Example usage:
docker run -d -p 8080:8080 -e REDIRECTION_TARGET=https://example.com dstritzke/nginx-redirection:latest
Content type
Image
Digest
Size
6.4 MB
Last updated
about 9 years ago
docker pull dstritzke/nginx-redirection