From 9798e034d05dd87e62e2889cf71e28108ac29bc3 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 30 Jul 2024 18:33:17 +0200 Subject: Prevent search engines from finding Joe's achievements --- ansible/host_vars/lovelace/nginx.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible') 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; } -- cgit v1.2.3