enable_gzip

This commit is contained in:
Chris Cochrun 2025-05-16 00:09:21 -05:00
parent 7cc3057880
commit 932d77fa13

View file

@ -88,6 +88,7 @@ with lib;
settings.server = { settings.server = {
http_port = 4358; http_port = 4358;
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
enable_gzip = true;
}; };
}; };
prometheus = { prometheus = {