[Wiki] Multi webui configuration for nginx is broken because of default mime-types #149
namniav
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
The following configuration should be included in the default configuration of nginx. Is it because you removed the default configuration that you need to add it here again? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the example from https://github.com/CzBiX/qb-web/wiki/Running-multi-WebUI-at-the-same-time#nginx, the Web UI is broken because all script files are served with header
Content-Type: text/plain
.Add
include mime.types;
to let nginx auto-detects mime-types.Beta Was this translation helpful? Give feedback.
All reactions