aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_site_healthcheck/templates/httpd.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd_site_healthcheck/templates/httpd.conf.j2')
-rw-r--r--roles/httpd_site_healthcheck/templates/httpd.conf.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/httpd_site_healthcheck/templates/httpd.conf.j2 b/roles/httpd_site_healthcheck/templates/httpd.conf.j2
new file mode 100644
index 0000000..17ffd04
--- /dev/null
+++ b/roles/httpd_site_healthcheck/templates/httpd.conf.j2
@@ -0,0 +1,6 @@
+# managed by Ansible
+
+server "healthcheck" {
+ listen on * port 8000
+ root "/htdocs/healthcheck"
+}
remember that computers suck.