chore(moonraker): disable gzip for the api too

This commit is contained in:
arcnmx 2024-08-22 10:35:11 -07:00
parent cefb734168
commit 2498aad35b

View file

@ -75,6 +75,9 @@ in {
path = mkDefault "";
# TODO: path = mkDefault "$request_uri";
};
extraConfig = ''
gzip off;
'';
};
};
in {