mirror of
git://git.proxmox.com/git/pve-http-server.git
synced 2025-08-02 16:21:56 +03:00
whitespace fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -275,7 +275,7 @@ my $file_extension_info = {
|
||||
html => { ct => 'text/html' },
|
||||
js => { ct => 'application/javascript' },
|
||||
json => { ct => 'application/json' },
|
||||
map => { 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},
|
||||
|
Reference in New Issue
Block a user