diff --git a/README.md b/README.md index 8ec3b66..95e3a50 100644 --- a/README.md +++ b/README.md @@ -45,22 +45,6 @@ This module uses the json file listing api in nginx. If you already have an auto The following example serves `/data/file-server` on http path `/` -**Before:** - -```nginx -# ... -server_name your.domain.com; - -root /data/file-server; - -location / { - fancyindex on; - fancyindex_exact_size off; -} -``` - -**After:** - ```nginx # ... server_name your.domain.com;