blocked indexing

This commit is contained in:
2026-01-09 08:29:37 +01:00
parent 8bdfc391ad
commit 5d0fd46c1f
+3
View File
@@ -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;