aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx/files/nginx_default_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/files/nginx_default_index.html')
-rw-r--r--roles/nginx/files/nginx_default_index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/nginx/files/nginx_default_index.html b/roles/nginx/files/nginx_default_index.html
new file mode 100644
index 0000000..6d805dc
--- /dev/null
+++ b/roles/nginx/files/nginx_default_index.html
@@ -0,0 +1,4 @@
+<html>
+<head><title>Index</title></head>
+<body>You probably shouldn't be seeing this, but hello anyways!</body>
+</html>