Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwtgck/nginx-internal-server-error-dockerfile

Docker image which always returns Nginx 500 "Internal Server Error"
https://github.com/nwtgck/nginx-internal-server-error-dockerfile

docker dockerfile nginx

Last synced: 16 days ago
JSON representation

Docker image which always returns Nginx 500 "Internal Server Error"

Awesome Lists containing this project

README

        

# nginx-internal-server-error-dockerfile
[![Docker Automated build](https://img.shields.io/docker/automated/nwtgck/nginx-internal-server-error.svg)](https://hub.docker.com/r/nwtgck/nginx-internal-server-error/) [![](https://images.microbadger.com/badges/image/nwtgck/nginx-internal-server-error.svg)](https://microbadger.com/images/nwtgck/nginx-internal-server-error "Get your own image badge on microbadger.com")

Nginx Docker image which always returns "500 Internal Server Error"

## Run

Here is how to run a server which always returns "500 Internal Server Error."

```bash
docker run -p 8081:80 --rm nwtgck/nginx-internal-server-error
```

Then, you can access to and have the following window.

![Nginx Internal Server Error](demo_images/demo1.png)