Browse Source

mastostart-gnu: Aggiorna configurazione Apache.

* mastostart-gnu/system/mastostart.scm (%apache-conf): Segui symlink
dentro "/".
Giacomo Leidi 4 years ago
parent
commit
8e153dd8b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mastostart-gnu/system/mastostart.scm

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

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