Skip to content

Commit

Permalink
feat(deploy): Enable gzip compression for type application/javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGombeaud committed Sep 16, 2023
1 parent 6c6fd0b commit c15e767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ingress:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/server-snippet: |
gzip on;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript;
mapbox:
center: 44.837761,-0.5778544
Expand Down

0 comments on commit c15e767

Please sign in to comment.