Sign inSign up

fwdslsh/unify-nginx

By fwdslsh

Updated about 1 year ago

Image
0

1.8K

fwdslsh/unify-nginx repository overview

Unify Nginx Container

This image provides an Nginx server configured for use with Unify static sites. It is optimized for high-performance static file serving and caching.

Usage

# Build the image
docker build -f Dockerfile.nginx -t unify-nginx .

# Run the container
docker run -d -p 8080:80 unify-nginx

Features

  • Nginx optimized for static HTML/CSS/JS
  • Custom configuration via nginx.conf
  • Supports gzip and caching headers

Configuration

  • The default config is in nginx.conf. You can override it by mounting your own config.

Example

docker run -v $(pwd)/site:/usr/share/nginx/html:ro -d -p 8080:80 unify-nginx

Maintainer

fwdslsh/unify

Tag summary

Content type

Image

Digest

sha256:716447889

Size

145.7 MB

Last updated

about 1 year ago

docker pull fwdslsh/unify-nginx