Jade Michael Thornton
Jade Michael Thornton
Is the file actually called `index.docx`? If so, that makes it a Microsoft Word document, which should be downloaded. There isn't really any way for a regular web server to...
I think you may be looking for the option `-i false` (autoIndex). Does using that option do what you'd like to happen?
What exactly happens when you use `-i false`? I'll also note that http-server is a static server and doesn't officially support SPA's, but I'm more than willing to help if...
This is an issue in `union` (flatiron/union#64) which we're planning to remove from http-server down the road (#483). I'm not going to close this issue though, to ensure we make...
This is an upstream bug in the dependency `union`, which is more or less unmaintained. #483 seeks to remove it, but it will take some substantial work. For the time...
Thought I fixed this, and while I did make it better, it's still there. It tends to happen on more normal ports though: ``` 1) test/express-error.test.js express listen EADDRINUSE: address...
The addition of Node v17 testing has made this fail on every run now, so this issue has jumped to top priority as it blocks all future releases
Just to clarify, does this match with `ng serve`'s `--host` or `--allowed-hosts` option? Does this have any effect on servers which are running without a hostname?
I think this looks really good! And I'm impressed by the small addition to grab something like that! Unfortunately, there have been some major changes in master, especially to the...
I'm inclined to say this is out of scope for our simple http-server, would a use case like this be better suited to a fully-featured server like Apache?