diff --git a/PVE/APIServer/AnyEvent.pm b/PVE/APIServer/AnyEvent.pm index 494c659..1a67ab6 100755 --- a/PVE/APIServer/AnyEvent.pm +++ b/PVE/APIServer/AnyEvent.pm @@ -275,6 +275,7 @@ my $file_extension_info = { html => { ct => 'text/html' }, js => { ct => 'application/javascript' }, json => { ct => 'application/json' }, + map => { ct => 'application/json' }, png => { ct => 'image/png' , nocomp => 1 }, ico => { ct => 'image/x-icon', nocomp => 1}, gif => { ct => 'image/gif', nocomp => 1},