EasyEngine / EasyEngine/dockerfiles
woff2 and extra mime types support
Open
good first issue
- Dominant language
- Dockerfile
- Stars
- 22
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
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;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.