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