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>