commit 55d5490625ec332b4bd8ea603401bdd6d05917cb parent fd2f5d7dd51e4c33085af4b9284021aba053c098 author: nathanael <nathanael@dalliard.ch> date: Sat, 25 Oct 2025 13:33:05 +0000 s1: add /s redirect diffstat:
| M | s1/sysfiles/httpd.conf | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/s1/sysfiles/httpd.conf b/s1/sysfiles/httpd.conf @@ -23,6 +23,9 @@ server "dalliard.ch" { root "/acme" request strip 2 } + location "/s" { + block return 301 "https://src.dalliard.ch/www/" + } errdocs "/www" root "/www" gzip-static @@ -35,6 +38,9 @@ server "dalliard.ch" { request strip 2 fastcgi socket "/run/slowcgi.sock" } + location "/s" { + block return 301 "https://src.dalliard.ch/www/" + } errdocs "/www" root "/www" gzip-static