mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(moonraker): disable gzip for the api too
This commit is contained in:
parent
cefb734168
commit
2498aad35b
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ in {
|
|||
path = mkDefault "";
|
||||
# TODO: path = mkDefault "$request_uri";
|
||||
};
|
||||
extraConfig = ''
|
||||
gzip off;
|
||||
'';
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue