reverse-proxy
reverse-proxy copied to clipboard
Proxy can deliver static files directly
What should we add or change to make your life better?
Support to configure static file resources.
Why is this important to you?
Avoid using Nginx on the front end.
This is doable today if you customize the pipeline to include static files, but needs a configuration option for a stand-alone exe
Since we use the AspNetCore infrastructure you can already use the existing StaticFile middleware for this. Can you try this with preview1 and let us know how it works for you?
When we create a pre-built exe version of the proxy we'll want to consider how to enable static files via config.
Triage: Will need config for exe scenario.
Doc so we can close it
@samsp-msft this should be combine with the exe scenario.