From 21cdc0cb485e21b3619147ea4b37b7ca61675d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 21 Jul 2025 13:29:21 +0400 Subject: [PATCH] fix: disallow conf & cache in robots.txt.sample --- robots.txt.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robots.txt.sample b/robots.txt.sample index 587edef..aed492e 100644 --- a/robots.txt.sample +++ b/robots.txt.sample @@ -18,6 +18,8 @@ Disallow: /js/ Disallow: /css/ Disallow: /ajax/ Disallow: /docs/ +Disallow: /conf/ +Disallow: /cache/ # Sitemap Sitemap: https://VOTRE-DOMAINE/sitemap.xml