dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

woff2 and extra mime types support

Open rahul286 opened this issue 7 years ago • 0 comments

I think rather than copy-pasting mime.types, we can include another type {} block in our nginx.conf with additional types

types{
    application/font-woff2           woff2;
}

rahul286 avatar Jul 03 '18 05:07 rahul286