I'm using another domain as a proxy to allow my users to use their custom domains. However, my CSS file is being served with the wrong MIME type ('text/html' instead of 'text/css'), which is causing styles not to load due to strict MIME checking. Is there a solution for this?
thanks