Compare commits

..

2 Commits

Author SHA1 Message Date
Pablo Brasero e42bc2c3c7
Merge dfcb3706f3 into 14c274186a 2023-12-19 08:18:55 +00:00
Pablo Brasero dfcb3706f3 Doc: users can provide their own `mime.types` 2023-12-19 08:18:45 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ You may completely override the built-in nginx config by placing an `app-nginx.c
### Custom MIME types
Files will be served with a `Content-Type` according to a list of supported MIME types at [`conf/mime.types`](https://github.com/pablobm/heroku-buildpack-nginx/blob/master/conf/mime.types). If you need to serve files of a MIME type not included in the list, you can provide your own `mime.types` file in the root.
Files will be served with a `Content-Type` according to a list of supported MIME types at [`conf/mime.types`](https://github.com/dokku/heroku-buildpack-nginx/blob/master/conf/mime.types). If you need to serve files of a MIME type not included in the list, you can provide your own `mime.types` file in the root.
## Credits and License