fix invalid public directory

This commit is contained in:
Asaki Yuki 2026-04-18 00:30:48 +07:00
parent 367e34c32c
commit 4377d45fef

View file

@ -8,7 +8,7 @@
virtualHosts = {
localhost = {
documentRoot = "/host/PUBLIC";
documentRoot = "/home/PUBLIC";
listen = [
{
ip = "0.0.0.0";
@ -16,7 +16,7 @@
}
];
extraConfig = ''
<Directory "/host/PUBLIC">
<Directory "/home/PUBLIC">
Options -Indexes +FollowSymLinks
AllowOverride None
Require all granted