Skip to content

Commit

Permalink
More gzip tweaks (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Sep 6, 2022
1 parent ec5ae41 commit 9cc5668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/development/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ http {
gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_min_length 256;
gzip_types text/html application/javascript application/json image/png text/css;

ssl_certificate /etc/nginx/ssl/live/platform.karashiiro.moe/fullchain.pem;
Expand Down

0 comments on commit 9cc5668

Please sign in to comment.