css - Symfony2: Stylesheets loaded but not applied on NGINX leading to broken error pages -
I have just installed a new and clean Symphon app. I am using NGINX as my webserver.
The stylesheet devtools do not show an HTTP 404 error code in the Network-tab, and I can see their content properly in the preview tab.
Example image:
Does anyone face any issues like this? I think this may be a permissible issue ... Edit # 1: Attaching a picture of chrome devtools showing the CRS are loading correctly.
< Div class = "post-text" itemprop = "text">
You need to make sure that your nginx.conf
actually includes the correct mime-type
{http / conf] .. text / css css;
Comments
Post a Comment