From c01d490bdf5d66aac3882538eabb20cc7dc3d868 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 23 Jun 2023 23:46:05 -0300 Subject: [PATCH] Add trailing slash to alias --- homepage.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage.conf b/homepage.conf index fc2e017..d5169fc 100644 --- a/homepage.conf +++ b/homepage.conf @@ -109,7 +109,7 @@ server { } # File server subdirectory - location /files { + location /files/ { alias /home/isaac/FileServer; }