From 0f0466249ca272cf675be24be8aac92c4626c0d9 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:11:39 -0400 Subject: [PATCH] Fix spacing in Apache configuration example (#32816) --- aspnetcore/blazor/host-and-deploy/webassembly.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/aspnetcore/blazor/host-and-deploy/webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index 19b83e1014..11e2f29a3a 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -619,10 +619,10 @@ To deploy a Blazor WebAssembly app to CentOS 7 or later: AddOutputFilterByType DEFLATE application/octet-stream AddOutputFilterByType DEFLATE application/wasm - BrowserMatch ^Mozilla/4 gzip-only-text/html - BrowserMatch ^Mozilla/4.0[678] no-gzip - BrowserMatch bMSIE !no-gzip !gzip-only-text/html - + BrowserMatch ^Mozilla/4 gzip-only-text/html + BrowserMatch ^Mozilla/4.0[678] no-gzip + BrowserMatch bMSIE !no-gzip !gzip-only-text/html + ErrorLog /var/log/httpd/blazorapp-error.log @@ -657,10 +657,10 @@ To deploy a Blazor WebAssembly app to CentOS 7 or later: AddOutputFilterByType DEFLATE application/octet-stream AddOutputFilterByType DEFLATE application/wasm - BrowserMatch ^Mozilla/4 gzip-only-text/html - BrowserMatch ^Mozilla/4.0[678] no-gzip - BrowserMatch bMSIE !no-gzip !gzip-only-text/html - + BrowserMatch ^Mozilla/4 gzip-only-text/html + BrowserMatch ^Mozilla/4.0[678] no-gzip + BrowserMatch bMSIE !no-gzip !gzip-only-text/html + ErrorLog /var/log/httpd/blazorapp-error.log