You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
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.2
Linux, 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
The text was updated successfully, but these errors were encountered: