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 = {
|
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
|
||||||
|
|
|
||||||
Reference in a new issue