-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy can deliver static files directly #187
Comments
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. |
Any news or update on this feature? |
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
The text was updated successfully, but these errors were encountered: