From 3f48af1d51153b2566f112c2c1a6a0939963c448 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 15 Apr 2021 16:38:38 -0500 Subject: [PATCH] Fix NOTE (#22062) --- aspnetcore/host-and-deploy/linux-apache.md | 2 +- aspnetcore/host-and-deploy/linux-nginx.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/host-and-deploy/linux-apache.md b/aspnetcore/host-and-deploy/linux-apache.md index 144f8e8f48..f81c657f28 100644 --- a/aspnetcore/host-and-deploy/linux-apache.md +++ b/aspnetcore/host-and-deploy/linux-apache.md @@ -416,7 +416,7 @@ Adding a `Strict-Transport-Security` (HSTS) header ensures all subsequent reques > > Apache HTTP Server version 2.4.43 or newer is required in order to operate a TLS 1.3 web server with OpenSSL 1.1.1. -> [NOTE] +> [!NOTE] > The preceding example disables Online Certificate Status Protocol (OCSP) Stapling. For more information and guidance on enabling OCSP, see [OCSP Stapling (Apache documentation)](https://httpd.apache.org/docs/trunk/ssl/ssl_howto.html#ocspstapling). Save the file and test the configuration: diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index 524813f2bb..2940784324 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -417,7 +417,7 @@ Add the */etc/nginx/proxy.conf* configuration file: > [!NOTE] > Blazor WebAssembly apps require a larger `burst` parameter value to accommodate the larger number of requests made by an app. For more information, see . -> [NOTE] +> [!NOTE] > The preceding example disables Online Certificate Status Protocol (OCSP) Stapling. If enabled, confirm that the certificate supports the feature. For more information and guidance on enabling OCSP, see the following properties in the [Module ngx_http_ssl_module (Nginx documentation)](http://nginx.org/en/docs/http/ngx_http_ssl_module.html) article: > > * `ssl_stapling`