aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-07-30 18:33:17 +0200
committerGravatar Johannes Christ <[email protected]>2024-07-30 18:33:17 +0200
commit9798e034d05dd87e62e2889cf71e28108ac29bc3 (patch)
tree783ab3874165c21f984ab1191469ee91f0cf8fae
parentFix typo in NGINX configuration (diff)
Prevent search engines from finding Joe's achievements
-rw-r--r--ansible/host_vars/lovelace/nginx.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/host_vars/lovelace/nginx.yml b/ansible/host_vars/lovelace/nginx.yml
index 8b10865..02e7799 100644
--- a/ansible/host_vars/lovelace/nginx.yml
+++ b/ansible/host_vars/lovelace/nginx.yml
@@ -47,4 +47,6 @@ nginx_configs:
ssl_certificate /etc/letsencrypt/live/pydis.wtf/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/pydis.wtf/privkey.pem;
+
+ add_header "X-Robots-Tag" "noindex" always;
}