mirror of
https://github.com/cupcakearmy/docker-nginx-static-server.git
synced 2024-12-21 07:46:29 +00:00
static nginx server for serving static files in docker
docker-compose.yml | ||
nginx.conf | ||
README.md |
⚠️ Deprecated use docker-static
Nginx Docker Static Files Server 🐳
Small boilerplate for static serving the ./data
directory.
- Create
data
dir. - Put files inside.
docker-compose up -d
Autoindex
If nginx should autoindex (show the content of a directory) remove the comment in the nginx.conf
file.