From: Christian Weiske Date: Mon, 18 Aug 2025 19:57:08 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/929.git/commitdiff_plain/HEAD?ds=inline --- 69e8cad5e52720d3e25f70b6b0274a0938d8e4fe 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