Sign inSign up

eingressio/nginx-tiny

By eingressio

Updated 4 months ago
Archived

Stripped down version of nginx for use as static asset server

Image
Web servers
0

9.7K

eingressio/nginx-tiny repository overview

THIS IMAGE IS NOW HOSTED AT GHCR.IO/EINGRESS/NGINX-TINY AND WILL NOT BE UPDATED HERE

Nginx Tiny

A minimalist Nginx build for serving static assets over HTTP only; intended for use behind a TLS terminating load balancer.

Run using the bundled lightweight nginx.conf…

docker run -d -p 8080:80 -v /path/to/html:/usr/local/nginx/html eingressio/nginx-tiny

…or using a custom nginx.conf

docker run -d -p 8080:80 -v /path/to/html:/usr/local/nginx/html -v /path/to/nginx.conf:/usr/local/nginx/conf/nginx.conf eingressio/nginx-tiny

Tag summary

Content type

Image

Digest

sha256:5973aa149

Size

366.1 kB

Last updated

4 months ago

docker pull eingressio/nginx-tiny