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>