Test absolute path
This commit is contained in:
parent
b1f47ce28d
commit
07255753ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user