Nginx which always return "500 Internal Server Error"
3.2K
Nginx Docker image which always returns "500 Internal Server Error"
Here is how to run a server which always returns "500 Internal Server Error."
docker run -p 8081:80 --rm nwtgck/nginx-internal-server-error
Then, you can access to http://localhost:8081 and have the following window.

Content type
Image
Digest
Size
9.5 MB
Last updated
about 5 years ago
docker pull nwtgck/nginx-internal-server-error:dependabot_docker_nginx-1.21.1-alpine