<IfModule mod_headers.c>
    <FilesMatch "\.tgs$">
        Header set Content-Encoding "gzip"
    </FilesMatch>
</IfModule>
<IfModule mod_mime.c>
    AddType application/json .tgs
</IfModule>
