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