-
Notifications
You must be signed in to change notification settings - Fork 114
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
Feature Request: Static File Server #35
Comments
This has been scheduled as part of the now-starting Kickstart Spike 2 milestone: https://github.com/memorysafety/river/milestone/3 |
There is some good discussion and community examples of working implementations shared in the pingora version of this issue. (cloudflare/pingora#40) |
Just noting that static (or semi-dynamic) file serving may be useful if we would like to use river to integration-test itself, e.g. stand up three "backend" river instances serving static pages, and one "proxy" river instance. |
It would be helpful to be able to serve a static string out of the configuration without requiring a file. For example, you might want to serve something like a simple default page without having to create more files on disk |
This was implemented (initially at least) by #48, closing |
Just like this, https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/
The text was updated successfully, but these errors were encountered: