Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from beabee-communityrm/chore/gzip-min-length
Browse files Browse the repository at this point in the history
chore: set reasonable minimum for gzip
  • Loading branch information
wpf500 authored Sep 20, 2023
2 parents 51b69b5 + ef11322 commit 8b09db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ server {
gzip on;
gzip_vary on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss image/svg+xml;
gzip_min_length 256;

# Frontend

Expand Down

0 comments on commit 8b09db9

Please sign in to comment.