enable_gzip
This commit is contained in:
parent
7cc3057880
commit
932d77fa13
|
@ -88,6 +88,7 @@ with lib;
|
|||
settings.server = {
|
||||
http_port = 4358;
|
||||
http_addr = "127.0.0.1";
|
||||
enable_gzip = true;
|
||||
};
|
||||
};
|
||||
prometheus = {
|
||||
|
|
Loading…
Reference in a new issue