Skip to content

Commit

Permalink
Merge pull request #605 from waynieack/master
Browse files Browse the repository at this point in the history
Add new MIME types for Apache reverse proxy
  • Loading branch information
hollie authored Jul 12, 2016
2 parents 104275f + f1912d0 commit 7652187
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/http_server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
'wmlsc' => 'application/vnd.wap.wmlscriptc',
'wrl' => 'x-world/x-vrml',
'json' => 'application/json',
'svg' => 'image/svg+xml',
'otf' => 'application/font-sfnt',
'ttf' => 'application/font-sfnt',
'woff' => 'application/font-woff',
'woff2' => 'application/font-woff2',
'eot' => 'application/vnd.ms-fontobject',
);

my ( %http_dirs, %html_icons, $html_info_overlib, %password_protect_dirs,
Expand Down

0 comments on commit 7652187

Please sign in to comment.