adding the ability to hide files in a directory

This commit is contained in:
Doron Segal 2018-04-16 16:12:57 -07:00
parent 6ecc5555b0
commit f7255cdf11

View File

@ -20,6 +20,8 @@ URL_PREFIX=
# served using HTTP.
TLS_CERT=
TLS_KEY=
# Hide Listing (Only available when URL_PREFIX is set)
SHOW_LISTING=
```
### Without Docker