No description
| html | ||
| docker-compose.yml | ||
| nginx.conf | ||
| README.md | ||
nginx-holo
A minimal NGINX static site deployed via Docker Compose, bound to a local loopback address and served under a custom hostname.
The server displays a static page featuring Holo (Spice and Wolf).
Overview
- Web server: NGINX (Alpine)
- Deployment: Docker Compose
- Bind address:
127.127.10.1 - Hostname:
nikita.d4d.host - Content: Static HTML + image
- Access: HTTP only (localhost)
Project Structure
nginx-holo/
├── docker-compose.yml
├── nginx.conf
├── README.md
└── html/
├── index.html
└── holo.jpg