aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/system.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-09-18 20:44:38 -0300
committerEuAndreh <eu@euandre.org>2023-09-18 20:44:38 -0300
commitf0bdc984464a917b6ea5276da69d9ecd8a846be5 (patch)
tree0245db3a11756ce106497021ace28169adf7a3a3 /src/infrastructure/guix/system.scm
parentsystem.scm: Increase HSTS max-age to 1 year (diff)
downloadtoph-f0bdc984464a917b6ea5276da69d9ecd8a846be5.tar.gz
toph-f0bdc984464a917b6ea5276da69d9ecd8a846be5.tar.xz
system.scm: Explicitly disable compression
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show f0bdc984464a917b6ea5276da69d9ecd8a846be5 git notes --ref=refs/notes/ci-data show f0bdc984464a917b6ea5276da69d9ecd8a846be5 Exit status: 1 Duration: 10436
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r--src/infrastructure/guix/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 3e1503e..89272f0 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -413,6 +413,7 @@
# BearSSL still doesn't TLSv1.3, so we deem TLSv1.2 as
# acceptable
ssl_protocols TLSv1.2 TLSv1.3;
+ gzip off; # Disable compression altogether due to BREACH
include /opt/secrets/nginx.conf.txt;
charset utf-8;
autoindex on;