From 1b7a6bdf3deaae48bfe7b7c5fde7aa0ee68b386b Mon Sep 17 00:00:00 2001 From: Roberto Soto Date: Mon, 23 Feb 2026 10:59:49 -0300 Subject: [PATCH] fix typo --- nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index ce17c54..95e59e3 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -130,7 +130,7 @@ http { font/truetype font/opentype application/vnd.ms-fontobject - image/svg+xml; + image/svg+xml application/xml; gzip_min_length 1000; # default is 20 bytes gzip_buffers 16 8k; -- 2.49.0