From fb4a104b71179018bb6857efb433d5ad710f4c67 Mon Sep 17 00:00:00 2001 From: Borislav Traykov Date: Thu, 19 Feb 2026 14:05:18 +0200 Subject: [PATCH 1/2] Configure HTTP compression and caching in web.config Added HTTP compression settings and caching rules for static content. --- web.config | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/web.config b/web.config index b7617e5..8782e78 100644 --- a/web.config +++ b/web.config @@ -2,6 +2,24 @@ + + + + + + + + + + + + + + + + + + @@ -13,7 +31,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 4a99c1ac3705b11a615d5af248a28c79128db0ba Mon Sep 17 00:00:00 2001 From: Borislav Traykov Date: Thu, 19 Feb 2026 14:27:46 +0200 Subject: [PATCH 2/2] Fix indentation and formatting for index.html location --- web.config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web.config b/web.config index 8782e78..77ef871 100644 --- a/web.config +++ b/web.config @@ -47,7 +47,6 @@ - @@ -71,12 +70,13 @@ - - - - - - - + + + + + + + +