From 6d31ee13647a22e7f557fb2cd7f079aff80e95df Mon Sep 17 00:00:00 2001 From: Tho Ho Date: Fri, 20 Oct 2023 09:38:19 +0800 Subject: [PATCH] Typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4dd8475..f3eca18 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ASP.NET Core WebApi provide Echo Service Api for troubleshooting and diagnosing - Support Linux and Windows Server 2019 with nanoserver 1809 base. -- This docker respository not support tag `latest` and multi arch yet, there is 2 tags `linux` and `nanoserver-1809` +- This docker repository not support tag `latest` and multi arch yet, there is 2 tags `linux` and `nanoserver-1809` ``` docker pull netlah/echo-service-api:linux @@ -25,7 +25,7 @@ docker rm -f echoapi ### Run ASP.NET Core Echo Service API from command line using dotnet -- Checkout source code from Github +- Checkout source code from GitHub - Run the ASP.NET Core WebApi application using command line @@ -69,11 +69,11 @@ https:///e/ ### Test with hosting and Reverse Proxy -- This Echo Service Api support both IIS In process, IIS out process, IIS ARR Urlrewite or NGINX. +- This Echo Service Api support both IIS In process, IIS out process, IIS ARR URL Rewrite or NGINX. - For forwarded headers issue when behind Reverse Proxy, can check this article for further understanding: https://devblogs.microsoft.com/aspnet/forwarded-headers-middleware-updates-in-net-core-3-0-preview-6/ -- To add support Forwarded Headers when use with Reverse Proxy, make sure add this environment setting (environment setings, it is not support appsettings.json). +- To add support Forwarded Headers when use with Reverse Proxy, make sure add this environment setting (environment settings, it is not support appsettings.json). ``` ASPNETCORE_FORWARDEDHEADERS_ENABLED=true