reverse-proxy icon indicating copy to clipboard operation
reverse-proxy copied to clipboard

Proxy can deliver static files directly

Open expcat opened this issue 5 years ago • 5 comments

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

expcat avatar May 22 '20 08:05 expcat

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.

Tratcher avatar May 22 '20 17:05 Tratcher

Triage: Will need config for exe scenario.

samsp-msft avatar May 27 '20 17:05 samsp-msft

Doc so we can close it

samsp-msft avatar Dec 09 '21 06:12 samsp-msft

@samsp-msft this should be combine with the exe scenario.

Tratcher avatar Dec 09 '21 20:12 Tratcher