View raw

1 # Debian's nginx configuration enables gzip in the http context. Extend the 2 # compressed MIME types to cover the dashboard API responses. 3 gzip_types application/json application/problem+json application/vnd.api+json; 4