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:
parent
54c27af3dc
commit
f59f3bead1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
# following line enables the CGI configuration for this host only
|
# following line enables the CGI configuration for this host only
|
||||||
# after it has been globally disabled with "a2disconf".
|
# after it has been globally disabled with "a2disconf".
|
||||||
#Include conf-available/serve-cgi-bin.conf
|
#Include conf-available/serve-cgi-bin.conf
|
||||||
<Directory {{ dokuwiki_install_path | default (/var/www/dokuwiki ) }}>
|
<Directory {{ dokuwiki_install_path }}>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options -Indexes -MultiViews +FollowSymLinks
|
Options -Indexes -MultiViews +FollowSymLinks
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Reference in a new issue