Giacomo Leidi hace 4 años
padre
commit
ee2c725b97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>