mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-02 16:20:13 +00:00
add content type application/x-compressed-tar
This commit is contained in:
parent
20a61215ce
commit
80d61dd6bb
@ -287,6 +287,7 @@ my $file_extension_info = {
|
|||||||
epub => { ct => 'application/epub+zip', nocomp => 1},
|
epub => { ct => 'application/epub+zip', nocomp => 1},
|
||||||
mp3 => { ct => 'audio/mpeg', nocomp => 1},
|
mp3 => { ct => 'audio/mpeg', nocomp => 1},
|
||||||
oga => { ct => 'audio/ogg', nocomp => 1},
|
oga => { ct => 'audio/ogg', nocomp => 1},
|
||||||
|
tgz => { ct => 'application/x-compressed-tar', nocomp => 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
sub send_file_start {
|
sub send_file_start {
|
||||||
|
Loading…
Reference in New Issue
Block a user