aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-26 12:03:43 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-26 12:03:43 +0100
commit08b3edfbece390d82d69a65b221f6f6456d7f35f (patch)
tree35c41fc00fc73edf8e96e1f02d1234c93e27668b
parentcf2156671e12500cc99e4221ef1797729ccb31cb (diff)
ansible: Add HTTP header.
* http://www.gnuterrypratchett.com/
-rw-r--r--ansible/roles/configure-nginx/templates/backend-nginx.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/configure-nginx/templates/backend-nginx.conf b/ansible/roles/configure-nginx/templates/backend-nginx.conf
index c821c08..4b2928f 100644
--- a/ansible/roles/configure-nginx/templates/backend-nginx.conf
+++ b/ansible/roles/configure-nginx/templates/backend-nginx.conf
@@ -15,6 +15,9 @@ server {
return 403;
}
+ # http://www.gnuterrypratchett.com
+ add_header X-Clacks-Overhead "GNU Terry Pratchett";
+
location / {
if (-f $document_root/maintenance.html) {
return 503;