From c2680a967119aad5366236e835aea6616d700e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 9 Oct 2025 04:16:09 +0200 Subject: [PATCH] feat: app icon and readme --- Projects/kompose/docs/nginx.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Projects/kompose/docs/nginx.conf b/Projects/kompose/docs/nginx.conf index 0f69439f..aa6a979d 100644 --- a/Projects/kompose/docs/nginx.conf +++ b/Projects/kompose/docs/nginx.conf @@ -36,12 +36,12 @@ http { gzip_disable "msie6"; # Brotli compression (if available) - brotli on; - brotli_comp_level 6; - brotli_types text/plain text/css text/xml text/javascript - application/json application/javascript application/xml+rss - application/rss+xml font/truetype font/opentype - application/vnd.ms-fontobject image/svg+xml; + # brotli on; + # brotli_comp_level 6; + # brotli_types text/plain text/css text/xml text/javascript + # application/json application/javascript application/xml+rss + # application/rss+xml font/truetype font/opentype + # application/vnd.ms-fontobject image/svg+xml; server { listen 80;