Skip to content

Commit

Permalink
nginx: enable gzip for more than text/html (default) (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Nov 29, 2024
1 parent c47ffff commit ff1eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/nginx.tar1090/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http {
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

##
# Virtual Host Configs
Expand Down

0 comments on commit ff1eae8

Please sign in to comment.