-
### Steps to reproduce the problem
After updating to the version 4.2.8 my static files stopped working.
This was caused by a change tin the configuration that was not documented.
RAILS_SERVE_…
-
Not quite sure how this one gets solved.
I think that we are pretty close. We might need to use a nightly build? Which I think just uses some "non-stable" packages that aren't officially included …
-
Hello,
In my app i need to serve files for download using http server and count the times file was downloaded.
Is it possible to serve files? and when will you release the IOS?
Best
-
Please add the possibility to serve HGT files directly.
e.g. the SRTM or NASADEM files are provided in 16bit Integer arrays by NASA. e.g.:
https://e4ftl01.cr.usgs.gov/MEASURES/NASADEM_HGT.001/2000.…
-
## Description
Goal is to setup a `serve-static` controller/API inside the stencil app that acts as a reverse proxy for the `min.io` CDN without needing to expose the CDN externally.
This can be…
-
Hi,
First, thank you for maintaining and improving this library.
I encountered an issue in the admin panel. In my project, static files are served from a separate subdomain, which prevents the cal…
-
I don't know if this is actually a problem or not, but it might be since we're using `fgets` and not `read` for serving up files.
-
## CVE-2024-43800 - Medium Severity Vulnerability
Vulnerable Library - serve-static-1.14.1.tgz
Serve static files
Library home page: https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz…
-
``` shell
% cd myBlog
% cobalt serve &
Watching "/tmp/myBlog" for changes
Serving /tmp/.tmpKWpOeX through static file server
Server Listening on http://localhost:1024
Ctrl-c to stop the server
…
-
Powershell scripts are served up as `application/octet-stream`. Is there a way to serve these up as text? (I've already tried adding a MIME type in IIS.)