From 5d0fd46c1ffc9ea9eab874519b13dda587cb8f5c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 9 Jan 2026 08:29:37 +0100 Subject: [PATCH] blocked indexing --- web-system/web.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web-system/web.yaml b/web-system/web.yaml index 13e14ca..cefa295 100644 --- a/web-system/web.yaml +++ b/web-system/web.yaml @@ -415,6 +415,9 @@ data: location / { try_files $uri $uri/ $uri.html =404; + # Prevent search engine indexing + add_header X-Robots-Tag "noindex, nofollow, noarchive" always; + # Directory listing disabled for security # Uncomment below if you want to browse directories # autoindex on;