diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-08-25 22:06:38 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-08-25 22:06:38 +0200 |
commit | 037b2539fdd6de92cdf9f0846476393af3590dd8 (patch) | |
tree | bf939083f55885de8073562f2e1a21b162bd6bb1 /roles/sublab_web/templates/dump.conf.j2 | |
parent | af66612e6014bea48458125cda72d73c51bc3c20 (diff) |
Make the wiki work
Diffstat (limited to 'roles/sublab_web/templates/dump.conf.j2')
-rw-r--r-- | roles/sublab_web/templates/dump.conf.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/sublab_web/templates/dump.conf.j2 b/roles/sublab_web/templates/dump.conf.j2 deleted file mode 100644 index e0d74f6..0000000 --- a/roles/sublab_web/templates/dump.conf.j2 +++ /dev/null @@ -1,7 +0,0 @@ -Alias /dump /var/www/{{ sublab_web_server_name }}/dump -<Directory /var/www/{{ sublab_web_server_name }}/dump> - AllowOverride None - Order allow,deny - Allow from all - Options +FollowSymLinks -</Directory> |