Nginx failing to load CSS and JS files (MIME type error)?

for anyone else facing this issues, I had this problem and had removed my mime.types include

http {
    include mime.types;
    ...

    server {
        listen: 80
        ...
    }

Leave a Comment