summaryrefslogtreecommitdiff
path: root/roles/sublab_web/templates/wiki.conf.j2
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2015-08-25 22:06:38 +0200
committerChristian Franke <nobody@nowhere.ws>2015-08-25 22:06:38 +0200
commit037b2539fdd6de92cdf9f0846476393af3590dd8 (patch)
treebf939083f55885de8073562f2e1a21b162bd6bb1 /roles/sublab_web/templates/wiki.conf.j2
parentaf66612e6014bea48458125cda72d73c51bc3c20 (diff)
Make the wiki work
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>