commit 5361c56929dc62a47fabb3ca26c7c2db1b5d2e39 parent 7a5e11692e8a4599207e75cf6731c01c724c2083 author: nathanael <nathanael@dalliard.ch> date: Sun, 19 Oct 2025 06:37:28 +0000 s3: add gzip-static diffstat:
| M | s3/sysfiles/httpd.conf | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/s3/sysfiles/httpd.conf b/s3/sysfiles/httpd.conf @@ -11,5 +11,6 @@ server "http" { } server "https" { listen on lo port https + gzip-static no log }