Relative Content

Tag Archive for phpcssdockernginxmime

Nginx fails to load CSS and PNG files

I’m trying to create a basic PHP web application. I want to host it on nginx. It works fine on my host machine, but when I try to move it to docker it fails to load the CSS and PNG files, even tho PDF files download normally (I have a button that downloads an example PDF). When I use the “try_files $uri $uri/ =404;” “in the location /” block I see that in the network page I get 404 on all of the files I request (when I use try_files $uri $uri/ /krzys-site.php?$query_string; I get “the stylesheet http:// 127.20.0.2/css/krzys_site.css was not loaded because its MIME type, “text/html”, is not “text/css”.”).