dockerfiles
dockerfiles copied to clipboard
woff2 and extra mime types support
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;
}