ma bgt/download: add extra types for ogg/opus
This commit is contained in:
parent
8c98bfe592
commit
716f22e126
|
@ -37,6 +37,11 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
appendHttpConfig = ''
|
||||||
|
types {
|
||||||
|
audio/ogg oga ogg opus;
|
||||||
|
}
|
||||||
|
'';
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
|
|
Loading…
Reference in a new issue