commit 2eb7390922b57b09a207286f68d638cafd4465df parent 420ef54262398ae263935548c1345d7499df8866 author: nathanael <nathanael@dalliard.ch> date: Wed, 15 Oct 2025 14:43:00 +0000 s1: add /p redirect diffstat:
| M | s1/sysfiles/httpd.conf | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/s1/sysfiles/httpd.conf b/s1/sysfiles/httpd.conf @@ -20,6 +20,9 @@ server "https" { server "dalliard.ch" { listen on lo port https + location "/p" { + block return 301 "https://dalliard.ch/22b0bce1868386a2cc5b63cac61abf796ebd00e2.asc" + } errdocs "/www" root "/www" no log