docker-web-redirect icon indicating copy to clipboard operation
docker-web-redirect copied to clipboard

Lightweight Docker image that redirects all web traffic to another domain/URL

Results 7 docker-web-redirect issues
Sort by recently updated
recently updated
newest added

This pull request contains the following changes: - Update to run container as non-root user for security reasons. - Changed default port to 8080 - Update to nginx 1.17. -...

Seems that a slash is added to the end. This causes many issues depending on your use case. Can we simply remove it please?

I wonder whether it is possible to redirect multiple domains. For example : myolddomain1 --> mydomain1 myolddomain2 --> mydomain2

I use this to avoid using route 53 on aws. The dns CNAME records for the subdomains point straight to the aws loadbalancer domain. However here the issue arises. Using...

What is this stuff !!!

I know this project is pretty simple and thus doesn't need to receive a ton of updates itself. But it'd be great to get a Docker image rebuild and perhaps...

alpine1.15 has last been updated in May 2019 (security issues?). Using `stable-alpine-slim` you can be assured the latest stable is being used, while chances are very slim that it will...