src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit 67dd5b4b1bb5486218b5b7f8821573095dca34f0
parent 5361c56929dc62a47fabb3ca26c7c2db1b5d2e39
author: nathanael <nathanael@dalliard.ch>
date:   Sun, 19 Oct 2025 06:41:38 +0000

s1: add gzip-static

diffstat:
Ms1/sysfiles/httpd.conf | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/s1/sysfiles/httpd.conf b/s1/sysfiles/httpd.conf @@ -17,7 +17,6 @@ server "https" { listen on lo port https no log } - server "dalliard.ch" { listen on egress port http location "/p" { @@ -29,6 +28,7 @@ server "dalliard.ch" { } errdocs "/www" root "/www" + gzip-static no log } server "dalliard.ch" { @@ -43,6 +43,7 @@ server "dalliard.ch" { } errdocs "/www" root "/www" + gzip-static no log } server "mta-sts.dalliard.ch" { @@ -51,6 +52,7 @@ server "mta-sts.dalliard.ch" { root "/mail" request strip 1 } + gzip-static no log } server "go.dalliard.ch" {