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:

Enter image details here

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.

Enter image details here

< 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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -