No description
Find a file
2025-12-24 00:48:33 +07:00
html Initial commit 2025-12-24 00:48:33 +07:00
docker-compose.yml Initial commit 2025-12-24 00:48:33 +07:00
nginx.conf Initial commit 2025-12-24 00:48:33 +07:00
README.md Initial commit 2025-12-24 00:48:33 +07:00

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