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: 3 months ago
JSON representation
Docker image which always returns Nginx 500 "Internal Server Error"
- Host: GitHub
- URL: https://github.com/nwtgck/nginx-internal-server-error-dockerfile
- Owner: nwtgck
- License: mit
- Created: 2018-08-29T14:49:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T04:28:57.000Z (over 3 years ago)
- Last Synced: 2025-02-06T13:29:34.745Z (5 months ago)
- Topics: docker, dockerfile, nginx
- Language: Dockerfile
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-internal-server-error-dockerfile
[](https://hub.docker.com/r/nwtgck/nginx-internal-server-error/) [](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.
