A nginx catch-all server that rejects all requests.
1.1K
A nginx catch-all server that rejects all requests.
docker run \
--name nginx-catch-all \
--publish 8080:80 \
emyller/nginx-400
Refer to the official nginx repository to learn more about other options.
Content type
Image
Digest
Size
7.5 MB
Last updated
about 8 years ago
docker pull emyller/nginx-400