Test absolute path

This commit is contained in:
Isaac Shoebottom 2023-06-23 23:33:58 -03:00
parent b1f47ce28d
commit 07255753ef

View File

@ -105,7 +105,7 @@ server {
# File server subdirectory # File server subdirectory
location /files { location /files {
alias /home/isaac/FileServer; alias /home/isaac/FileServer;
index index.php; index /home/isaac/FileServer/index.php;
} }
# Enable php for file server only # Enable php for file server only