How to add MIME type with Express

后端 未结 3 1250
别跟我提以往
别跟我提以往 2021-01-18 10:52

I\'m trying to get Firefox to play a video tag. Normally, I would just add this to an .htaccess file on Apache:

AddType video/ogg .ogv
AddType video/mp4 .mp4         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-18 11:13

    There is a static text file which is probably better, called "mime.types"

提交回复
热议问题