aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx/files
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-03-25 11:49:45 -0700
committerbnewbold <bnewbold@robocracy.org>2016-03-25 11:49:45 -0700
commitbe8701c13800eb84fc4afb118c16738abee55850 (patch)
tree7060e1b8ca09c1c9fd2957ba258a9ad624035d1d /roles/nginx/files
downloadinfra-be8701c13800eb84fc4afb118c16738abee55850.tar.gz
infra-be8701c13800eb84fc4afb118c16738abee55850.zip
import basics from NSA's commission repo
Diffstat (limited to 'roles/nginx/files')
-rw-r--r--roles/nginx/files/nginx_default_404.html4
-rw-r--r--roles/nginx/files/nginx_default_50x.html4
-rw-r--r--roles/nginx/files/nginx_default_favicon.png0
-rw-r--r--roles/nginx/files/nginx_default_index.html4
-rw-r--r--roles/nginx/files/nginx_default_robots.txt3
5 files changed, 15 insertions, 0 deletions
diff --git a/roles/nginx/files/nginx_default_404.html b/roles/nginx/files/nginx_default_404.html
new file mode 100644
index 0000000..5c918f2
--- /dev/null
+++ b/roles/nginx/files/nginx_default_404.html
@@ -0,0 +1,4 @@
+<html>
+<head><title>404: Not Found</title></head>
+<body>404: Not Found</body>
+</html>
diff --git a/roles/nginx/files/nginx_default_50x.html b/roles/nginx/files/nginx_default_50x.html
new file mode 100644
index 0000000..9af1842
--- /dev/null
+++ b/roles/nginx/files/nginx_default_50x.html
@@ -0,0 +1,4 @@
+<html>
+<head><title>50x: Server Error</title></head>
+<body>50x: Server Error</body>
+</html>
diff --git a/roles/nginx/files/nginx_default_favicon.png b/roles/nginx/files/nginx_default_favicon.png
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/roles/nginx/files/nginx_default_favicon.png
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>
diff --git a/roles/nginx/files/nginx_default_robots.txt b/roles/nginx/files/nginx_default_robots.txt
new file mode 100644
index 0000000..e8d19f5
--- /dev/null
+++ b/roles/nginx/files/nginx_default_robots.txt
@@ -0,0 +1,3 @@
+# Disallow all bots for this server
+User-agent: *
+Disallow: /