-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
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.