Skip to content

Css are not interpreted #284

@Niii

Description

@Niii

Hi,

I've installed nginx proxy manager and all works as exected, except for on website.
Website works diretcly, but with nginx I've these errors :

Resource interpreted as Stylesheet but transferred with MIME type text/html: "<URL>".
tA8AAPlphCpnUkVvZmdtcG1oBAA?WD_ACTION_=MENU&ID=M53:7 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://aa.bb.cc/WD210AWP/res/PAGE/res/standard.css?1e3a6a9d".

I've tried to add this directly in proxy_host config to catch css file without success :

location ~ \.css {
    add_header  Content-Type    text/css;
}

If someone have an idea.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions