docker-nginx-static-server
docker-nginx-static-server copied to clipboard
static nginx server for serving static files in docker
⚠️ 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.