From 716bddb95696fc976dcbeddcaec5d2d7b018330c Mon Sep 17 00:00:00 2001 From: Alexander Haase Date: Sun, 23 Apr 2023 15:21:09 +0200 Subject: [PATCH] Harden example configuration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f72103..094c65c 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ dynamic code. fancyindex_exact_size off; fancyindex_localtime on; - location /theme { - alias /srv/www/fileserver/theme; + location /theme/{ + alias /srv/www/fileserver/theme/; } ```