ma bgt/download: add extra types for ogg/opus
This commit is contained in:
parent
b5d57ea99e
commit
6160408ef6
@ -37,6 +37,11 @@ in {
|
||||
'';
|
||||
};
|
||||
services.nginx = {
|
||||
appendHttpConfig = ''
|
||||
types {
|
||||
audio/ogg oga ogg opus;
|
||||
}
|
||||
'';
|
||||
enable = lib.mkDefault true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
|
Loading…
Reference in New Issue
Block a user