We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7476a2 + 75f3e47 commit cd24d88Copy full SHA for cd24d88
src/server/.htaccess
@@ -3,10 +3,10 @@ Header set Access-Control-Allow-Origin "*"
3
4
# Compress API responses
5
<IfModule mod_deflate.c>
6
- AddOutputFilterByType DEFLATE application/json
+ AddOutputFilterByType DEFLATE application/json text/csv
7
</IfModule>
8
<IfModule mod_brotli.c>
9
- AddOutputFilterByType BROTLI_COMPRESS application/json
+ AddOutputFilterByType BROTLI_COMPRESS application/json text/csv
10
11
12
# Allow brief caching of API responses
0 commit comments