]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/apache/files/_default_/index.html
Feat(apache): Setup default host
[ansible.git] / playbooks / debian / roles / apache / files / _default_ / index.html
diff --git a/playbooks/debian/roles/apache/files/_default_/index.html b/playbooks/debian/roles/apache/files/_default_/index.html
new file mode 100644 (file)
index 0000000..2d1cc54
--- /dev/null
@@ -0,0 +1,13 @@
+<html>
+<head>
+   <title>Index</title>
+   <meta HTTP-Equiv="Refresh" content="0; URL=nothing.html">
+</head>
+<body>
+
+<p>
+   <a href="nothing.html">nothing</a>
+</p>
+
+</body>
+</html>