static nginx server for serving static files in docker
Go to file
Nicco 56d914185c
Update README.md
2022-04-07 12:00:50 +02:00
README.md Update README.md 2022-04-07 12:00:50 +02:00
docker-compose.yml Boilerplate for nginx static file server 2018-07-24 12:18:50 +02:00
nginx.conf Boilerplate for nginx static file server 2018-07-24 12:18:50 +02:00

README.md

⚠️ Deprecated use docker-static

Nginx Docker Static Files Server 🐳

Small boilerplate for static serving the ./data directory.

  1. Create data dir.
  2. Put files inside.
  3. docker-compose up -d

Autoindex

If nginx should autoindex (show the content of a directory) remove the comment in the nginx.conf file.