The repository contains a demo application to use caddy2 webserver as reverse proxy to asp.net core application
###Steps to follow
- Download caddy2 webserver from the URL https://caddyserver.com/v2
- Make sure it is in path. (type caddy on command prompt)
- Open command prompt and navigate to 'src/caddyaspnetcore' directory
- type 'dotnet run'. The application will start listening http://localhost:5000
- Open another command prompt window and navigate to 'src/caddyaspnetcore' directory
- type 'caddy run'. caddy will run as reverse proxy
- open browser and type 'localhost'