Giacomo Leidi 4 年 前
コミット
ee2c725b97
1 ファイル変更1 行追加1 行削除
  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>