| 
                         I'd like to enable content compression for the ivy webserver as we're sending huge files over slow networks. Currently only CSS and JavaScript contents should be compressed as GZIP. How can I configure that?  | 
                
| 
                                     You can enable content compression by settings SystemProperties in the AdminUi. WebServer.HTTP.CompressableMimType : defines the content types which will be compressed WebServer.HTTP.Compression : defines whether compression is used 
 A restart is required to apply the properties. You can test if compression is on with a browser network debugger: 
 These properties will be directly applied to the HTTP-Connector. So it has the same effect as defining them in raw server.xml. As described here.  | 
                            
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 10.11.2016 at 10:54
Seen: 1,834 times
Last updated: 10.11.2016 at 11:13