From 07255753efc5dfa9afa6ddc173edbd220f90f69f Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 23 Jun 2023 23:33:58 -0300 Subject: [PATCH] Test absolute path --- homepage.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage.conf b/homepage.conf index 88fdff1..c8d6aaf 100644 --- a/homepage.conf +++ b/homepage.conf @@ -105,7 +105,7 @@ server { # File server subdirectory location /files { alias /home/isaac/FileServer; - index index.php; + index /home/isaac/FileServer/index.php; } # Enable php for file server only