Releases: authorTom/nginx-static-host
Releases · authorTom/nginx-static-host
v1.0 - Initial Release: Simple Static Hosting
Release: Version 1.0
Release Title: v1.0 - Initial Release: Simple Static Hosting
Release Description:
This is the first stable release of nginx-static-host
.
This version provides a foundational, no-frills Docker setup for serving static websites using NGINX. It is designed for users who need a quick and straightforward way to get their static content online with minimal configuration.
Key Features:
- Based on the lightweight
nginx:alpine
Docker image. - Includes a basic
nginx.conf
for standard web serving. - Simple
Dockerfile
to copy your site's content into the NGINX webroot. - Clear instructions for building the image and running the container.
This release establishes a solid baseline for future enhancements in security and performance.