Bugfix: dokuwiki Vars (#67)

Bugfix: dokuwiki Vars

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#67
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-04-09 23:52:12 +02:00
parent 54c27af3dc
commit f59f3bead1

View file

@ -28,7 +28,7 @@
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
<Directory {{ dokuwiki_install_path | default (/var/www/dokuwiki ) }}>
<Directory {{ dokuwiki_install_path }}>
AllowOverride All
Options -Indexes -MultiViews +FollowSymLinks
</Directory>