node-static
node-static copied to clipboard
https
Though it might be impractical to serve static files via https://, wonder why node-static refuses to serve some files in secure mode (no error, just response content is missing), while being an excellent unsecured server?
TIA, --Vladimir
Such files report 200, correct content-length: but no content follows.
I'm having this exact issue when using Juggernaut, which uses node-static. Some files, seemingly randomly, refuse to load. If anyone has any advice, I would greatly appreciate it.