diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-08-25 19:23:43 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-08-25 19:23:43 +0200 |
commit | af66612e6014bea48458125cda72d73c51bc3c20 (patch) | |
tree | 49cee76d579149a9fd800225303ee31be79cf3eb /roles/sublab_web/templates/dump.conf.j2 |
Initial commit
Diffstat (limited to 'roles/sublab_web/templates/dump.conf.j2')
-rw-r--r-- | roles/sublab_web/templates/dump.conf.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/sublab_web/templates/dump.conf.j2 b/roles/sublab_web/templates/dump.conf.j2 new file mode 100644 index 0000000..e0d74f6 --- /dev/null +++ b/roles/sublab_web/templates/dump.conf.j2 @@ -0,0 +1,7 @@ +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> |