-
-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/etc/nginx/mime.types file not found #791
Comments
I had the same issue, but take a look inside your nginx package and that file should be there. It IS part of the nginx package. But in my case as well something happened to it during the lifetime of the machine. I've reinstalled the package and it's back. Hope this helps. |
Added back in a default mime.types file, and nginx sprang back to life. Not sure why this happened, as this is a fresh Debian Jessie machine |
The /etc/nginx/mime.types file that got me running -> https://gist.github.com/0x9090/ee977ce79ff67ce0208a1b6d68a5a190 |
Same issue here, fresh machine but it apparently isn't happy about it. I had to do an |
I have seen links that DIE over time, so I have made a second link (clone) of what @0x9090 has posted |
Quite ironic that this link is now dead. |
We are trying to use this module to set up an Nginx Reverse proxy which will also perform SSL termination. I am using version 0.3.0 of this module. When using this Puppet configuration,
Nginx service throws the error on startup,
The generated /etc/nginx/nginx.conf looks like
Is there a way to disable
include /etc/nginx/mime.types;
line in this module? It seems like that is the misbehaving configuration optionThe text was updated successfully, but these errors were encountered: