Giacomo Leidi 4 years ago
parent
commit
ee2c725b97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mastostart-gnu/system/mastostart.scm

+ 1 - 1
mastostart-gnu/system/mastostart.scm

@@ -31,7 +31,7 @@
 
 (define-public %apache-conf
   (string-append "
-<Directory \"/" %apache-webroot "\" >
+<Directory / >
     Options FollowSymLinks
     AllowOverride All
 </Directory>