tageler / tageler-docker

docker compose setup for running tageler
https://hub.docker.com/u/tageler/
MIT License
1 stars 2 forks source link

Enable deflate/gzip on api responses #16

Closed peschmae closed 6 years ago

peschmae commented 6 years ago

Currently requests & responses from the API aren't always gzipped/deflated.

The following request is one example https://patria.tageler.ch/api/v1/tageler/getByGroup/obsidian

The content type is the following Content-Type:application/json; charset=utf-8 This should be added to the apache config on the reverse proxy

peschmae commented 6 years ago

@dukje

peschmae commented 6 years ago

added to ansible