From 69e8cad5e52720d3e25f70b6b0274a0938d8e4fe Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 18 Aug 2025 21:57:08 +0200 Subject: [PATCH] --- site.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 site.conf diff --git a/site.conf b/site.conf new file mode 100644 index 0000000..0c0fac9 --- /dev/null +++ b/site.conf @@ -0,0 +1,18 @@ + + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/[a-z0-9]{32}$" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/atom" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/blobdiff/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/blobdiff_plain/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/blob" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/blob_plain" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/commit/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/commitdiff/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/commitdiff_plain/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/history/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/log/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/patch/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/rss" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/shortlog/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/snapshot/" + RedirectMatch 402 "^/[a-zA-Z0-9._-]+/tree/" + \ No newline at end of file -- 2.30.2