After running this role nginx could not start. It was missing /etc/nginx/mime.types. 🤔
I searched around the system for it finding /etc/mime.types but this approach didn't work because it's a different format than what nginx uses. In the end I get_url from nginx's repo.
nginx -v
nginx version: nginx/1.14.2Linux, Debian buster
After running this role nginx could not start. It was missing
/etc/nginx/mime.types
. 🤔I searched around the system for it finding
/etc/mime.types
but this approach didn't work because it's a different format than what nginx uses. In the end Iget_url
from nginx's repo.If you think this is helpful I can create a PR. I'm not sure why the file was missing though. Have you guys seen this?
Thank you, -TC