Yesterday and the day before pushed out some updates on the forum (server side for the WWW and Ad server), to speed things up a tad. This included updating Nginx and some SSL and Gzip related tweaks.
However it's come to my attention today that the ads now display strangely in FireFox, and FireFox only. I normally use Chromium myself, but can confirm the error exists in Iceweasel/Firefox. Load the site in each browser and you'll see what I am referring to.
Someone mentioned to me the following:
But I'm not quite sure how to correct this so that Firefox recognizes the file as text/css properly. It seems that the solution is server side. Nginx needs to send the correct MIME type for files with a .css extension. I am not entirely sure how to do this though. Any thoughts?
However it's come to my attention today that the ads now display strangely in FireFox, and FireFox only. I normally use Chromium myself, but can confirm the error exists in Iceweasel/Firefox. Load the site in each browser and you'll see what I am referring to.
Someone mentioned to me the following:
The stylesheet https://u628b3.vpsboard.com/static/css/main.css was not loaded because its MIME type, "application/octet-stream", is not "text/css"This error message seems to be specific to Firebug, but is not a bug in Firefox (no other browser / plugin seems to point this out, or even recognise this as an error). I inspected a single request to vpsboard.com, and right at the end of the page load there was this invalid request:
But I'm not quite sure how to correct this so that Firefox recognizes the file as text/css properly. It seems that the solution is server side. Nginx needs to send the correct MIME type for files with a .css extension. I am not entirely sure how to do this though. Any thoughts?