There was an error while loading. Please reload this page.
1 parent 7abae8b commit e0fddfeCopy full SHA for e0fddfe
1 file changed
distributions/openhab/src/main/resources/runtime/etc/jetty.xml
@@ -64,15 +64,22 @@
64
<Set name="minGzipSize">1024</Set>
65
<Set name="includedPaths">
66
<Array type="java.lang.String">
67
+ <Item>/assets/*</Item>
68
+ <Item>/images/*</Item>
69
<Item>/rest/*</Item>
70
<Item>/static/*</Item>
71
</Array>
72
</Set>
73
<Set name="includedMimeTypes">
74
75
+ <Item>application/javascript</Item>
76
<Item>application/json</Item>
77
+ <Item>image/svg+xml</Item>
78
+ <Item>text/css</Item>
79
<Item>text/html</Item>
80
+ <Item>text/javascript</Item>
81
<Item>text/plain</Item>
82
+ <Item>text/xml</Item>
83
84
85
</New>
0 commit comments