Skip to content

Commit 656167b

Browse files
committed
Incorporated review comments
1 parent 97856ac commit 656167b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/styles/UmbracoDocs/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ exceptions:
9090
- SSD
9191
- ASCII
9292
- CMD
93+
- NGINX

16/umbraco-cms/tutorials/custom-error-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ This should throw an error, triggering your custom 500 page.
274274

275275
When Umbraco fails to start, you may see a blank screen or receive a `500.30` or `502.5` error. These indicate the web application crashed or failed to initialize.
276276

277-
#### Why the app can't serve its own error page?
277+
#### Why can't the app serve an error page?
278278

279279
During startup, Umbraco relies on the ASP.NET Core pipeline. If the app crashes before this pipeline is fully initialized, it can't handle requests or serve custom error pages, including a custom 500 page. That's why you can't rely on Umbraco or ASP.NET Core routing to show error content at this point as it has already failed. For more information, see the [Handle errors in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/error-handling) documentation.
280280

0 commit comments

Comments
 (0)