commit 7a5e11692e8a4599207e75cf6731c01c724c2083
parent d373dc14d96b341496dfd4e4789b394e9f8a3636
author: nathanael <nathanael@dalliard.ch>
date: Sun, 19 Oct 2025 06:34:59 +0000
s2: add gzip-static
diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/s2/sysfiles/httpd.conf b/s2/sysfiles/httpd.conf
@@ -12,16 +12,19 @@ server "http" {
}
server "https" {
listen on lo port https
+ gzip-static
no log
}
server "src.dalliard.ch" {
listen on lo port https
root "/got"
+ gzip-static
no log
}
server "bitcoinwallis.ch" {
listen on lo port https
root "/bw"
+ gzip-static
no log
}
server "www.bitcoinwallis.ch" {
@@ -35,6 +38,7 @@ server "bibeltreu.com" {
listen on lo port https
errdocs "/bt"
root "/bt"
+ gzip-static
no log
}
server "www.bibeltreu.com" {