# GZip Compression

The web server in CommandBox is capable of enabling GZIp compression to reduce the size of HTTP responses.  To enable GZip compress on your CommandBox server, add a `web.gzipEnable` setting in your `server.json` file.

```
server set web.gzipEnable=true
```
