mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-06-30 17:25:06 +00:00
add 'map' filetype to http-server
those files are used for javascript source maps (useful for debugging purposes) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e3b29cc9da
commit
ae5e0a954b
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user