]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
captive: Let apache follow symlinks to load bootstrap
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 May 2017 09:58:57 +0000 (10:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Sep 2017 18:00:04 +0000 (19:00 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/vhosts.d/captive.conf

index ddf8a15769d42c72c56e0c14ddd3437db0fbfdce..d0161118ace346a0c9aa437b07f96044aec1b49d 100644 (file)
@@ -19,6 +19,7 @@ Listen 1013
        </Directory>
 
        <Directory /srv/web/ipfire/html/captive>
+               Options +FollowSymlinks
                Order allow,deny
                Allow from all
        </Directory>