summaryrefslogtreecommitdiff
path: root/roles/sublab_web/templates/wiki.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sublab_web/templates/wiki.conf.j2')
-rw-r--r--roles/sublab_web/templates/wiki.conf.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/sublab_web/templates/wiki.conf.j2 b/roles/sublab_web/templates/wiki.conf.j2
index 90a2f1d..5328335 100644
--- a/roles/sublab_web/templates/wiki.conf.j2
+++ b/roles/sublab_web/templates/wiki.conf.j2
@@ -1,8 +1,7 @@
Alias /wiki/ /home/wiki-{{ sublab_web_server_name }}/wiki-html/
<Directory /home/wiki-{{ sublab_web_server_name }}/wiki-html>
AllowOverride None
- Order allow,deny
- allow from all
+ Require all granted
AddHandler cgi-script .cgi
Options +ExecCGI
</Directory>