From 4b44ea494f04a5104fc5c9d2a840cac3b00c6630 Mon Sep 17 00:00:00 2001 From: Azalea Date: Fri, 3 Mar 2023 19:14:20 -0500 Subject: [PATCH] [U] Update readme --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) 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;