mastostart-gnu: Aggiorna configurazione Apache.

* mastostart-gnu/system/mastostart.scm (%apache-conf): Segui symlink
dentro "/".
This commit is contained in:
Giacomo Leidi 2020-05-10 22:37:29 +02:00
parent 4b7d617abe
commit 8e153dd8b8

View file

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