mastostart-gnu: Aggiorna configurazione Apache.
* mastostart-gnu/system/mastostart.scm (%apache-conf): Segui symlink dentro "/".
This commit is contained in:
parent
4b7d617abe
commit
8e153dd8b8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
(define-public %apache-conf
|
(define-public %apache-conf
|
||||||
(string-append "
|
(string-append "
|
||||||
<Directory \"" %apache-webroot "\">
|
<Directory / >
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Reference in a new issue