summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/Rexfile6
-rw-r--r--frontends/etc/httpd.conf.tpl2
2 files changed, 7 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index c66fa06..e9afc08 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -321,6 +321,12 @@ task 'failunderd', group => 'frontends',
};
+desc 'Setup dory.buetow.org';
+task 'dory', group => 'frontends',
+ sub {
+ };
+
+
# COMBINED TASKS SECTION
desc 'Common configs of all hosts';
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl
index a926934..6cb15a3 100644
--- a/frontends/etc/httpd.conf.tpl
+++ b/frontends/etc/httpd.conf.tpl
@@ -77,7 +77,7 @@ server "<%= $prefix %>dory.buetow.org" {
key "/etc/ssl/private/<%= $prefix %>dory.buetow.org.key"
}
location * {
- root "/htdocs/dory.buetow.org"
+ root "/htdocs/joern/dory.buetow.org"
directory auto index
}
}