fix invalid public directory
This commit is contained in:
parent
367e34c32c
commit
4377d45fef
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue