Update README.md

This commit is contained in:
Nicco 2018-07-24 12:23:01 +02:00 committed by GitHub
parent e51d916b04
commit e773625ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ 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.