Skip to content

Commit

Permalink
Merge branch 'master' into improve_count_performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sarala committed Apr 23, 2020
2 parents f544650 + e21f7dc commit 74b7a5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vendor/docker/webapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ server {
location = / {
return 301 https://support.datacite.org/docs/api;
}

location /client-api/graphql {
gzip on;
gzip_min_length 1000;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain application/json;
}
}

0 comments on commit 74b7a5b

Please sign in to comment.