Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Oct 20, 2023
1 parent 59e70c5 commit 6d31ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -69,11 +69,11 @@ https://<domain:port>/e/<what-ever-path-and-method>

### 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
Expand Down

0 comments on commit 6d31ee1

Please sign in to comment.