From 0353704a2d71125191d7649b0fd4990c5d885f28 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Fri, 29 Nov 2024 17:03:28 +0000 Subject: [PATCH] nginx: enable gzip for more than text/html (default) --- rootfs/etc/nginx.tar1090/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/nginx.tar1090/nginx.conf b/rootfs/etc/nginx.tar1090/nginx.conf index 5ed99da..8d01658 100644 --- a/rootfs/etc/nginx.tar1090/nginx.conf +++ b/rootfs/etc/nginx.tar1090/nginx.conf @@ -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