Sign inSign up

kryshakm/nginx-demo

By kryshakm

Updated about 3 years ago

NGINX Demo Web Server

Image
0

387

kryshakm/nginx-demo repository overview

Description

A simple NGINX demo web server based on the official nginx and nginxinc container images.


Notes

There are two versions of this container image in order to provide compatibility with unprivileged environments:

TagUIDGIDPorts
latestrootroot80, 443
latest-unprivilegednginxnginx8080, 8443

Health Checks

The server will respond to health check requests on the /health endpoint.

Logging

The access log is enabled only for 4xx and 5xx responses.

TLS

A self-signed SAN certificate for *.nginx.net is provided to serve HTTPS traffic using TLSv1.2 or greater. A replacement certificate and key can be mounted in the container using the following paths:

TypePath
Certificate/etc/nginx/certs/tls.crt
Key/etc/nginx/certs/tls.key

Tag summary

Content type

Image

Digest

sha256:1f8520de1

Size

16.2 MB

Last updated

about 3 years ago

docker pull kryshakm/nginx-demo